ToolsMenuItemBase Class

 
clsCompliantAlternativefalse

Implements the IMenuItem object.

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

System::Object
  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::HierarchyObject
    Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer::ToolsMenuItemBase

[CLSCompliantAttribute(false)]
public ref class ToolsMenuItemBase abstract : HierarchyObject, 
	IMenuItem

NameDescription
System_CAPS_protmethodToolsMenuItemBase()

Initializes a new instance of the ToolsMenuItemBase class with the default property values.

System_CAPS_protmethodToolsMenuItemBase(ToolsMenuItemBase^)

Initializes a new instance of the ToolsMenuItemBase class with the specified source.

NameDescription
System_CAPS_protpropertyAccessModifiers

Gets the collection of the AccessModifier control.

System_CAPS_pubpropertyActionName

Gets the action name of the menu item.

System_CAPS_pubpropertyAssembly

Gets or sets the assembly of the menu item.

System_CAPS_pubpropertyCommandGuid

Gets the CommandID globally unique identifier (GUID) of the menu item.

System_CAPS_pubpropertyItemId

Gets the item ID of the menu item.

System_CAPS_pubpropertyMenuHandler

Gets the event handler for a menu item.

System_CAPS_pubpropertyMode

Gets or sets the mode that is associated with the menu item.

System_CAPS_pubpropertyMultiSelect

Gets or sets a value indicating whether the menu item can be multi selected.

System_CAPS_pubpropertyName

Gets the name of the menu item.

System_CAPS_pubpropertyParent

Gets or sets the node in the hierarchy that owns the menu item.

System_CAPS_pubpropertyText

Gets or sets the text that is associated with the menu item.

System_CAPS_pubpropertyType

Gets or sets the object type to act upon.

NameDescription
System_CAPS_pubmethodAddChild(String^, Object^)

Indicates that the menu items do not support children.(Overrides HierarchyObject::AddChild(String^, Object^).)

System_CAPS_pubmethodAddProperty(String^, Object^)

Sets up the default properties for the object.(Overrides HierarchyObject::AddProperty(String^, Object^).)

System_CAPS_pubmethodClone()

Creates a new instance of the object.(Inherited from HierarchyObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInvoke()

When overridden in a derived class, executes a delegate on the thread that owns the control's underlying window handle.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateMenuCommandStatus(MenuCommand^)

Update the menu command status for this menu item.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: