DataViewMenuCommand Members
Include Protected Members
Include Inherited Members
Represents a base implementation for menu commands offered by high-level or shortcut menus as part of a data view hierarchy.
The DataViewMenuCommand type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the DataViewMenuCommand class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Invokes the menu command.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the CommandChanged event. (Inherited from MenuCommand.)
Returns a string representation of this menu command. (Inherited from MenuCommand.)
Updates the status of the command and raises the appropriate event. (Inherited from DataMenuCommand.)
Top
Properties
Name
Description
Gets or sets a value indicating whether this menu item is checked. (Inherited from MenuCommand.)
Gets the CommandID associated with this menu command. (Inherited from MenuCommand.)
Gets a value indicating whether this menu item is available. (Inherited from MenuCommand.)
Gets the item ID.
Gets the OLE command status code for this menu item. (Inherited from MenuCommand.)
Gets the public properties associated with the MenuCommand. (Inherited from MenuCommand.)
Gets or sets a value indicating whether this menu item is supported. (Inherited from MenuCommand.)
Retrieves the Text property of the menu command. (Inherited from DataMenuCommand.)
Gets or sets a value indicating whether this menu item is visible. (Inherited from MenuCommand.)
Top
Events
Name
Description
Occurs when the menu command changes. (Inherited from MenuCommand.)
Top