The members of UIKit.UIControl are listed below.
See Also: Inherited members from UIKit.UIView
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the UIControl with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | AllControlEvents | UIControlEvent. The control events associated with this UIControl. |
| [read-only] | AllTargets | Foundation.NSSet. The target objects associated with this UIControl. |
| [read-only] static | Appearance | UIControl.UIControlAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Enabled | bool. Whether this UIControl is enabled. | |
| Highlighted | bool. Whether this UIControl is highlighted. | |
| HorizontalAlignment | UIControlContentHorizontalAlignment. The horizontal alignment of this UIControl's content. | |
| Selected | bool. Whether this UIControl is selected. | |
| [read-only] | State | UIControlState. A bitmask that indicates the state of this UIControl. Read-only. |
| [read-only] | TouchInside | bool. Whether a touch is inside this UIControl. Read-only. |
| [read-only] | Tracking | bool. Whether this UIControl is tracking touches related to an event. Read-only. |
| VerticalAlignment | UIControlContentVerticalAlignment. The vertical alignment of this UIControl's content. |
AddTarget(EventHandler, UIControlEvent)Adds an event handler for the specified set of events. | ||
AddTarget(Foundation.NSObject, ObjCRuntime.Selector, UIControlEvent)Adds a target and control event(s) to this UIControl's internal dispatch table. | ||
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
BeginTracking(UITouch, UIEvent)Indicates that a touch related to the specified event has entered the UIControl's bounds. | ||
CancelTracking(UIEvent)Stops tracking related to the specified event. | ||
ContinueTracking(UITouch, UIEvent)Called repeatedly as the UIControl tracks a touch within its bounds, related to the specified event.|Called repeatedly as the UIControl tracks a touch within its bounds, related to the givespecified event. | ||
EndTracking(UITouch, UIEvent)Indicates that the last touch for the given event has completed, indicating that tracking should stop. | ||
GetActions(Foundation.NSObject, UIControlEvent)The actions associated with a target and control event. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
RemoveTarget(EventHandler, UIControlEvent)Removes a previously installed event handler for the specified event list. | ||
RemoveTarget(Foundation.NSObject, ObjCRuntime.Selector, UIControlEvent)Removes a target and action for a particular event or events. | ||
SendAction(ObjCRuntime.Selector, Foundation.NSObject, UIEvent)Indicates that an event has occurred and sends an action message to the application for dispatch to a target. | ||
SendActionForControlEvents(UIControlEvent)Sends action messages for the specified control events. | ||
| AllEditingEvents | Raised on any editing events produced. | |
| AllEvents | Raised for any event produced. | |
| AllTouchEvents | Raised for any touch event produced. | |
| EditingChanged | The component changed. | |
| EditingDidBegin | Raised when editing has started. | |
| EditingDidEnd | Raised when editing ended. | |
| EditingDidEndOnExit | Raised on didEndOnexit | |
| TouchCancel | The touch event has been canceled. | |
| TouchDown | Raised when the user touches the control. | |
| TouchDownRepeat | Raised when the user double taps the control. | |
| TouchDragEnter | Raised on TouchDragEnter events. | |
| TouchDragExit | Raised on TouchDragExit events. | |
| TouchDragInside | Raised oN TouchDragInside events. | |
| TouchDragOutside | Raised on TouchDragOutside events. | |
| TouchUpInside | Raised on TouchUpInside events. | |
| TouchUpOutside | Raised on TouchUpOutside events. | |
| ValueChanged | The value has changed. |