This documentation is archived and is not being maintained.
TemplateEditingVerb Members
.NET Framework 1.1
Public Constructors
TemplateEditingVerb Constructor | Initializes a new instance of the TemplateEditingVerb class. |
Public Properties
Checked (inherited from MenuCommand) | Gets or sets a value indicating whether this menu item is checked. |
CommandID (inherited from MenuCommand) | Gets the CommandID associated with this menu command. |
Enabled (inherited from MenuCommand) | Gets a value indicating whether this menu item is available. |
Index | Gets the index, or other user data, for the verb. |
OleStatus (inherited from MenuCommand) | Gets the OLE command status code for this menu item. |
Supported (inherited from MenuCommand) | Gets or sets a value indicating whether this menu item is supported. |
Text (inherited from DesignerVerb) | Gets the text description that describes the verb command on the menu. |
Visible (inherited from MenuCommand) | Gets or sets a value indicating whether this menu item is visible. |
Public Methods
Dispose | Overloaded. Releases all resources used by the TemplateEditingVerb. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Invoke (inherited from MenuCommand) | Invokes the command. |
ToString (inherited from MenuCommand) | Overridden. Returns a string representation of this menu command. |
Public Events
CommandChanged (inherited from MenuCommand) | Occurs when the menu command changes. |
Protected Methods
Dispose | Overloaded. Releases all resources used by the TemplateEditingVerb. |
Finalize | Overridden. Attempts to free resources before the object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnCommandChanged (inherited from MenuCommand) | Provides notification and is called in response to a CommandChanged event. |
See Also
Show:

