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.
Properties
Name | Description | |
---|---|---|
Checked | (Inherited from MenuCommand.) | |
CommandID | (Inherited from MenuCommand.) | |
Enabled | (Inherited from MenuCommand.) | |
OleStatus | (Inherited from MenuCommand.) | |
Properties | (Inherited from MenuCommand.) | |
Supported | (Inherited from MenuCommand.) | |
Text | ||
Visible | (Inherited from MenuCommand.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke() | (Inherited from MenuCommand.) | |
Invoke(Object) | (Inherited from MenuCommand.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCommandChanged | (Inherited from MenuCommand.) | |
ToString | (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.