UIKit.UIControl: Method Members

The methods of UIKit.UIControl are listed below. For a list of all members, see the UIControl Members list.

See Also: Inherited members from UIKit.UIView

Public Methods

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[]) : UIControl.UIControlAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
BeginTracking(UITouch, UIEvent) : bool
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) : bool
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) : string[]
The actions associated with a target and control event.
static
GetAppearance<T>() : UIControl.UIControlAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIControl.UIControlAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIControl.UIControlAppearance
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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIControl object.