MonoTouch.UIKit.UIResponder Members

The members of MonoTouch.UIKit.UIResponder are listed below.

See Also: Inherited members from MonoTouch.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
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.

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 MonoTouch.UIKit.UIInputViewController to display when this MonoTouch.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 MonoTouch.UIKit.UIInputViewController to display when this MonoTouch.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]
TextInputContextIdentifierMonoTouch.Foundation.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]
UndoManagerMonoTouch.Foundation.NSUndoManager. The nearest shared NSUndoManager in the responder chain. Read-only.
UserActivityMonoTouch.Foundation.NSUserActivity. Action that encapsulates a user activity that is supported by this responder.

Public Methods

AccessibilityDecrement()
Tells the accessibility element to decrement the value of its content.
AccessibilityElementDidBecomeFocused()
Indicates that an assistive technology has set its focus to this MonoTouch.UIKit.UIResponder.
AccessibilityElementDidLoseFocus()
Indicates that an assistive technology has changed its focus from this MonoTouch.UIKit.UIResponder.
AccessibilityElementIsFocused() : bool
Indicates whether an assistive technology is focused on this MonoTouch.UIKit.UIResponder.
AccessibilityIncrement()
Tells the accessibility element to increment the value of its content.
AccessibilityPerformEscape() : bool
Tells the accessibility system to dismiss a modal popover or hierarchically-displayed element.
AccessibilityPerformMagicTap() : bool
Toggles the application-defined "most important state" of the app.
AccessibilityScroll(UIAccessibilityScrollDirection) : bool
When overridden, allows the accessibility system to perform scrolling.
BecomeFirstResponder() : bool
Request the object to become the first responder.
CanPerform(MonoTouch.ObjCRuntime.Selector, MonoTouch.Foundation.NSObject) : bool
Determines if this UIResponder can perform the specified action. Typically used to probe for editing commands.
static
ClearTextInputContextIdentifier(MonoTouch.Foundation.NSString)
Clears the text input mode information from the application's user defaults.
Copy()
Application developers should not use this obsolete method.
Copy(MonoTouch.Foundation.NSObject)
Indicates a "Copy" editing operation.
Cut()
Application developers should not use this obsolete method.
Cut(MonoTouch.Foundation.NSObject)
Indicates a "Cut" editing operation.
Delete()
Application developers should not use this obsolete method.
Delete(MonoTouch.Foundation.NSObject)
Indicates a "Delete" editing operation.
GetTargetForAction(MonoTouch.ObjCRuntime.Selector, MonoTouch.Foundation.NSObject) : MonoTouch.Foundation.NSObject
Returns the object that responds to an action.
MakeTextWritingDirectionLeftToRight(MonoTouch.Foundation.NSObject)
Sets the direction in which text is written to be left-to-right.
MakeTextWritingDirectionRightToLeft(MonoTouch.Foundation.NSObject)
Sets the direction in which text is written to be right-to-left.
MotionBegan(UIEventSubtype, UIEvent)
Method invoked when a motion (a shake) has started.
MotionCancelled(UIEventSubtype, UIEvent)
Method invoked if the operating system cancels a motion (shake) event.
MotionEnded(UIEventSubtype, UIEvent)
Method invoked when a motion (shake) has finished.
Paste()
Application developer should not use this obsolete method.
Paste(MonoTouch.Foundation.NSObject)
Indicates a "Paste" editing operation.
ReloadInputViews()
Updates custom input and accessory views when this object is the first responder.
RemoteControlReceived(UIEvent)
Indicates that a remote-control event was received.
ResignFirstResponder() : bool
Called when this UIResponder has been asked to resign its first responder status.
RestoreUserActivityState(MonoTouch.Foundation.NSUserActivity)
Restores the state that is necessary for continuance of the specified user activity.
Select()
Application developers should not use this obsolete method.
Select(MonoTouch.Foundation.NSObject)
Indicates a "Select" editing operation.|b
SelectAll()
Application developers should not use this obsolete method.
SelectAll(MonoTouch.Foundation.NSObject)
Indicates a "Select All" editing operation.
ToggleBoldface(MonoTouch.Foundation.NSObject)
Toggles the use of a bold font.
ToggleItalics(MonoTouch.Foundation.NSObject)
Toggles the use of an italic font.
ToggleUnderline(MonoTouch.Foundation.NSObject)
Toggles the use of underlining.
TouchesBegan(MonoTouch.Foundation.NSSet, UIEvent)
Sent when one or more fingers touches the screen.
TouchesCancelled(MonoTouch.Foundation.NSSet, UIEvent)
Sent when the touch processing has been cancelled.
TouchesEnded(MonoTouch.Foundation.NSSet, UIEvent)
Sent when one or more fingers are lifted from the screen.
TouchesMoved(MonoTouch.Foundation.NSSet, UIEvent)
Sent when one or more fingers move on the screen.
UpdateUserActivityState(MonoTouch.Foundation.NSUserActivity)
Updates a given user activity state.

Protected Methods

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