BlackBerry.Screen.ScreenEvent.GetIntProperty C# (CSharp) Méthode

GetIntProperty() public méthode

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