Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides the ability to determine the status of a shortcut menu command when multiple nodes are selected in Server Explorer for a specific data connection, and to invoke the command.
The DataViewSelectionMenuCommand type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the DataViewSelectionMenuCommand 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 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 this command based on the common set of status values extracted from all the nodes in the node selection for a data connection. (Overrides DataMenuCommand.UpdateStatus().)
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. (Inherited from DataViewMenuCommand.)
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