UIKit.UIResponder: Property Members

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

See Also: Inherited members from Foundation.NSObject

Public Properties

AccessibilityCustomActionsUIAccessibilityCustomAction[]. Allows methods to be added to UIResponder.AccessibilityCustomActions as accessibility-supporting supplementary actions.
[read-only]
CanBecomeFirstResponderbool. Determines whether this UIREsponder is willing to become the first responder.
[read-only]
CanResignFirstResponderbool. Determines whether this UIResponder is willing to give up its first responder status.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
InputAccessoryViewUIView. Custom view that can be attached when the object becomes the first responder.
[read-only]
InputAccessoryViewControllerUIInputViewController. Gets the custom accessory UIKit.UIInputViewController to display when this UIKit.UIResponder becomes the first responder.
[read-only]
InputViewUIView. Custom view to display when the object becomes the first responder. Read-only.
[read-only]
InputViewControllerUIInputViewController. Gets the custom UIKit.UIInputViewController to display when this UIKit.UIResponder becomes the first responder.
[read-only]
IsFirstResponderbool. Returns whether this UIResponder is the First Responder.
[read-only]
KeyCommandsUIKeyCommand[]. The key commands that should trigger action on this UIResponder. Read-only.
[read-only]
NextResponderUIResponder. The next responder on the response chain
[read-only]
TextInputContextIdentifierFoundation.NSString. An identifier indicating that this UIResponder should preserve its text input mode information. Read-only.
[read-only]
TextInputModeUITextInputMode. The text input mode for this UIResponder. Read-only.
[read-only]
UndoManagerFoundation.NSUndoManager. The nearest shared NSUndoManager in the responder chain. Read-only.
UserActivityFoundation.NSUserActivity. Action that encapsulates a user activity that is supported by this responder.