TemplateEditingVerb Members

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
Public method TemplateEditingVerb Overloaded. Initializes an instance of the TemplateEditingVerb class.
Top

  Name Description
Public property Checked  Gets or sets a value indicating whether this menu item is checked.(Inherited from MenuCommand.)
Public property CommandID  Gets the CommandID associated with this menu command.(Inherited from MenuCommand.)
Public property Description  Gets or sets the description of the menu item for the verb.(Inherited from DesignerVerb.)
Public property Enabled  Gets a value indicating whether this menu item is available.(Inherited from MenuCommand.)
Public property Index Gets the index or other user data for the verb.
Public property OleStatus  Gets the OLE command status code for this menu item.(Inherited from MenuCommand.)
Public property Properties  Gets the public properties associated with the MenuCommand.(Inherited from MenuCommand.)
Public property Supported  Gets or sets a value indicating whether this menu item is supported.(Inherited from MenuCommand.)
Public property Text  Gets the text description for the verb command on the menu.(Inherited from DesignerVerb.)
Public property Visible  Gets or sets a value indicating whether this menu item is visible.(Inherited from MenuCommand.)
Top

(see also Protected Methods )
  Name Description
Public method Dispose Overloaded. Releases all resources used by the TemplateEditingVerb.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Invoke  Overloaded. Invokes the command. (Inherited from MenuCommand.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Overrides ToString. (Inherited from DesignerVerb.)
Top

  Name Description
Protected method Dispose Overloaded. Releases all resources used by the TemplateEditingVerb.
Protected method Finalize Overridden. Attempts to free resources before the object is reclaimed by garbage collection.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnCommandChanged  Raises the CommandChanged event. (Inherited from MenuCommand.)
Top

  Name Description
Public event CommandChanged  Occurs when the menu command changes.(Inherited from MenuCommand.)
Top
Show: