UIKit.UIControlState Enumeration
An enumeration of possible states for a UIKit.UIControl.

Syntax

[ObjCRuntime.Native]
[System.Flags]
public enum UIControlState

Remarks

Flags representing the state of a control.

Members

Member NameDescription
ApplicationMask for application defined states for a control. Possible application-reservedd values are 0x00010000 to 0x00ff0000.
DisabledControl is in the disabled state. You can change this through the Enabled property of the control.
HighlightedControl is highlighted. You can change this through the Highlighted property of the control.
NormalThe normal state of the control (not disabled and not higlighted)
ReservedReserved mask, no states should be defined in this range by the application.
SelectedSelected 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