This documentation is archived and is not being maintained.
TemplateEditingVerb Members
Visual Studio 2008
Represents a designer verb that creates a template editing frame, and that can be invoked only by a template editor.
The TemplateEditingVerb type exposes the following members.
| Name | Description | |
|---|---|---|
|
TemplateEditingVerb | Overloaded. Initializes an instance of the TemplateEditingVerb class. |
| Name | Description | |
|---|---|---|
|
Dispose | Overloaded. Releases all resources used by the TemplateEditingVerb. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Attempts to free resources before the object is reclaimed by garbage collection. (Overrides Object::Finalize().) |
|
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. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnCommandChanged | Raises the CommandChanged event. (Inherited from MenuCommand.) |
|
ToString | Overrides ToString. (Inherited from DesignerVerb.) |
| 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.) |
| Name | Description | |
|---|---|---|
|
CommandChanged | Occurs when the menu command changes. (Inherited from MenuCommand.) |
Show: