ShowPasteSpecialFormCommand Members
In This Article
#Constructors
Name | Description |
---|---|
Show |
Initializes a new instance of the Show |
#Properties
Name | Description |
---|---|
Command |
Gets or sets the type of the object which invokes the command.
Inherited from Multi |
Description | Gets the text description of a command. |
Description |
Gets a string resource identifier of a command description. |
Format |
Gets or sets the expected format of the Clipboard data for the paste operation.
Inherited from Paste |
Hide |
Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. Inherited from Command. |
Id |
Gets the ID of the Show |
Image | Gets an image associated with the command. Inherited from Command. |
Image |
Gets the name of the resource image corresponding to Show |
Key |
Gets the Key Tip for the command. |
Large |
Gets a larger image associated with the command. Inherited from Command. |
Menu |
Gets the menu caption associated with the current command. |
Menu |
Gets a string resource identifier of a menu caption corresponding to Show |
Shows |
Gets whether the focus should be set to the command owner after a command is executed. |
Supports |
Inherited from Command. |
Svg |
Inherited from Command. |
#Methods
Name | Description |
---|---|
Can |
Determines whether the command can execute in its current state. Inherited from Command. |
Create |
Creates an object which is the user interface state for the command. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute() | Executes the command on the current command target. Inherited from Command. |
Force |
Executes the command specifying the UI state explicitly. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates the command state and applies restrictions.
Inherited from Paste |
See Also