Syntax
[ObjCRuntime.Native]
[System.Flags]
public enum UIControlState
Remarks
Members
| Member Name | Description |
|---|
| Application | Mask for application defined states for a control. Possible application-reservedd values are 0x00010000 to 0x00ff0000. |
| Disabled | Control is in the disabled state. You can change this through the Enabled property of the control. |
| Highlighted | Control is highlighted. You can change this through the Highlighted property of the control. |
| Normal | The normal state of the control (not disabled and not higlighted) |
| Reserved | Reserved mask, no states should be defined in this range by the application. |
| Selected | Selected state of the control. You can change this value by accessing the Selected property of the UIControl. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0