BlackBerry.Screen.ScreenEvent.GetIntProperty C# (CSharp) Method

GetIntProperty() public method

public GetIntProperty ( System.Property property ) : int
property System.Property
return int
        public int GetIntProperty(Property property)
        {
            int val;
            screen_get_event_property_iv (handle, property, out val);
            return val;
        }