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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an extended menu command item.
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 | |
|---|---|---|
![]() |
MenuCommandEx | Infrastructure. Initializes a new instance of the MenuCommandEx class using a command identifier. |
Top
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 | Infrastructure. Gets or sets the text property of the MenuCommandEx object. |
![]() |
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
Events
| Name | Description | |
|---|---|---|
![]() |
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.
.gif)
.gif)
.gif)
.gif)