MenuCommandEx Class

This API supports the infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class MenuCommandEx _
    Inherits MenuCommand
'Usage
Dim instance As MenuCommandEx
public class MenuCommandEx : MenuCommand
public ref class MenuCommandEx : public MenuCommand
type MenuCommandEx =  
    class
        inherit MenuCommand
    end
public class MenuCommandEx extends MenuCommand

The MenuCommandEx type exposes the following members.

Constructors

  Name Description
Public method MenuCommandEx

Top

Properties

  Name Description
Public property Checked (Inherited from MenuCommand.)
Public property CommandID (Inherited from MenuCommand.)
Public property Enabled (Inherited from MenuCommand.)
Public property OleStatus (Inherited from MenuCommand.)
Public property Properties (Inherited from MenuCommand.)
Public property Supported (Inherited from MenuCommand.)
Public property Text
Public property Visible (Inherited from MenuCommand.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke() (Inherited from MenuCommand.)
Public method Invoke(Object) (Inherited from MenuCommand.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCommandChanged (Inherited from MenuCommand.)
Public method ToString (Inherited from MenuCommand.)

Top

Events

  Name Description
Public event CommandChanged (Inherited from MenuCommand.)

Top

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.