TemplateEditingVerb Members
.NET Framework 3.0
Represents a designer verb that creates a template editing frame, and that can be invoked only by a template editor.
The following tables list the members exposed by the TemplateEditingVerb type.
| Name | Description | |
|---|---|---|
| TemplateEditingVerb | Overloaded. Initializes an instance of the TemplateEditingVerb class. |
| Name | Description | |
|---|---|---|
| Checked | Gets or sets a value indicating whether this menu item is checked.(inherited from MenuCommand) |
| CommandID | Gets the CommandID associated with this menu command.(inherited from MenuCommand) |
| Description | Gets or sets the description of the menu item for the verb.(inherited from DesignerVerb) |
| Enabled | Gets a value indicating whether this menu item is available.(inherited from MenuCommand) |
| Index | Gets the index or other user data for the verb. |
| OleStatus | Gets the OLE command status code for this menu item.(inherited from MenuCommand) |
| Properties | Gets the public properties associated with the MenuCommand.(inherited from MenuCommand) |
| Supported | Gets or sets a value indicating whether this menu item is supported.(inherited from MenuCommand) |
| Text | Gets the text description for the verb command on the menu.(inherited from DesignerVerb) |
| Visible | Gets or sets a value indicating whether this menu item is visible.(inherited from MenuCommand) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases all resources used by the TemplateEditingVerb. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Invoke | Overloaded. Invokes the command. (inherited from MenuCommand) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overrides ToString. (inherited from DesignerVerb) |
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. Releases all resources used by the TemplateEditingVerb. |
| Finalize | Overridden. Attempts to free resources before the object is reclaimed by garbage collection. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnCommandChanged | Raises the CommandChanged event. (inherited from MenuCommand) |
| Name | Description | |
|---|---|---|
| CommandChanged | Occurs when the menu command changes.(inherited from MenuCommand) |
Community Additions
ADD
Show: