BlackBerry.Screen.ScreenEvent.GetIntProperty C# (CSharp) Метод

GetIntProperty() публичный Метод

public GetIntProperty ( System.Property property ) : int
property System.Property
Результат int
        public int GetIntProperty(Property property)
        {
            int val;
            screen_get_event_property_iv (handle, property, out val);
            return val;
        }