MenuCommandEx Class

 

Applies To: SQL Server 2016 Preview

Represents an extended menu command item.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Inheritance Hierarchy

System.Object
  System.ComponentModel.Design.MenuCommand
    Microsoft.DataWarehouse.Interfaces.MenuCommandEx

Syntax

public class MenuCommandEx : MenuCommand
public ref class MenuCommandEx : MenuCommand
type MenuCommandEx = 
    class
        inherit MenuCommand
    end
Public Class MenuCommandEx
    Inherits MenuCommand

Constructors

Name Description
System_CAPS_pubmethod MenuCommandEx(CommandID)

Initializes a new instance of the MenuCommandEx class using a command identifier.

Properties

Name Description
System_CAPS_pubproperty Checked

(Inherited from MenuCommand.)

System_CAPS_pubproperty CommandID

(Inherited from MenuCommand.)

System_CAPS_pubproperty Enabled

(Inherited from MenuCommand.)

System_CAPS_pubproperty OleStatus

(Inherited from MenuCommand.)

System_CAPS_pubproperty Properties

(Inherited from MenuCommand.)

System_CAPS_pubproperty Supported

(Inherited from MenuCommand.)

System_CAPS_pubproperty Text

Gets or sets the text property of the MenuCommandEx object.

System_CAPS_pubproperty Visible

(Inherited from MenuCommand.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Invoke()

(Inherited from MenuCommand.)

System_CAPS_pubmethod Invoke(Object)

(Inherited from MenuCommand.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnCommandChanged(EventArgs)

(Inherited from MenuCommand.)

System_CAPS_pubmethod ToString()

(Inherited from MenuCommand.)

Events

Name Description
System_CAPS_pubevent CommandChanged

(Inherited from MenuCommand.)

Thread Safety

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

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top