UIKeyCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("UIKeyCommand", true)]
public class UIKeyCommand : UIKit.UICommand
[<Foundation.Register("UIKeyCommand", true)>]
type UIKeyCommand = class
inherit UICommand
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| UIKeyCommand() |
Creates a new UIKeyCommand with default values. |
| UIKeyCommand(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UIKeyCommand(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UIKeyCommand(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityIdentifier |
Uniquely identifies |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Action | (Inherited from UICommand) |
| AllowsAutomaticLocalization | |
| AllowsAutomaticMirroring | |
| Alternates | |
| Attributes | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delete |
Represents the value associated with the constant 'UIKeyInputDelete'. |
| Description | (Inherited from NSObject) |
| DiscoverabilityTitle | |
| DownArrow |
Represents the value associated with the constant UIKeyInputDownArrow |
| End |
Represents the value associated with the constant 'UIKeyInputEnd'. |
| Escape |
Represents the value associated with the constant UIKeyInputEscape |
| F1 |
Represents the value associated with the constant 'UIKeyInputF1'. |
| F10 |
Represents the value associated with the constant 'UIKeyInputF10'. |
| F11 |
Represents the value associated with the constant 'UIKeyInputF11'. |
| F12 |
Represents the value associated with the constant 'UIKeyInputF12'. |
| F2 |
Represents the value associated with the constant 'UIKeyInputF2'. |
| F3 |
Represents the value associated with the constant 'UIKeyInputF3'. |
| F4 |
Represents the value associated with the constant 'UIKeyInputF4'. |
| F5 |
Represents the value associated with the constant 'UIKeyInputF5'. |
| F6 |
Represents the value associated with the constant 'UIKeyInputF6'. |
| F7 |
Represents the value associated with the constant 'UIKeyInputF7'. |
| F8 |
Represents the value associated with the constant 'UIKeyInputF8'. |
| F9 |
Represents the value associated with the constant 'UIKeyInputF9'. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Home |
Represents the value associated with the constant 'UIKeyInputHome'. |
| Image | |
| Input | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LeftArrow |
Represents the value associated with the constant UIKeyInputLeftArrow |
| ModifierFlags | |
| PageDown |
Represents the value associated with the constant 'UIKeyInputPageDown'. |
| PageUp |
Represents the value associated with the constant 'UIKeyInputPageUp'. |
| PresentationSourceItem | (Inherited from UICommand) |
| PropertyList | |
| RepeatBehavior | (Inherited from UICommand) |
| RetainCount | (Inherited from NSObject) |
| RightArrow |
Represents the value associated with the constant UIKeyInputRightArrow |
| SelectedImage | (Inherited from UICommand) |
| Self | (Inherited from NSObject) |
| Sender | (Inherited from UICommand) |
| State | |
| Subtitle | (Inherited from UIMenuElement) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Title | |
| UpArrow |
Represents the value associated with the constant UIKeyInputUpArrow |
| WantsPriorityOverSystemBehavior | |
| Zone | (Inherited from NSObject) |