The following tables list the members exposed by CommandUI.
| Name | Description | |
|---|---|---|
![]() |
CommandUI Constructor | Overloaded. Create new instance of CommandUI object. |
| Name | Description | |
|---|---|---|
![]() |
CommandName | Determines the Command in CommandCollection in order to link this CommandUI with. |
![]() |
Component | Gets the component which is connected to this CommandUI. |
![]() |
EnableImage | Gets and sets boolean value which determines whether or not to show image in control automaticaly. |
![]() |
EnableText | Gets and sets boolean value which determines whether or not to show Command text in the control automaticaly. |
![]() |
EnableTooltip | Gets and sets boolean value which determines whether or not to show command desctiption as tooltip in the control automaticaly. |
![]() |
Parameters | Gets and sets the parameter which is passed to command to execute |
| Name | Description | |
|---|---|---|
![]() |
Owner | Gets the ChartUI of the chart. Returns null if this CommandUI is registered. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Overridden. Tests whether the given object is equal to this object. |
![]() |
GetHashCode | Overridden. Returns the hash code of this object. |
| Name | Description | |
|---|---|---|
![]() |
DoAttach | Represents notification to initialize event hooks for components which is not supported. The supported components are MenuItem, Button and ToolBarButton. Should be overided and result should be true. |
![]() |
DoDetach | Represents notification to deinitialize event hooks (unhook events) for components which is not supported. The supported components are MenuItem, Button and ToolBarButton. Should be overided and result should be true. |
![]() |
DoUpdateUI | This method can be overriden in order to process user interface update events. |




