Name | Description | |
---|---|---|
![]() | NCommand Constructor | Overloaded. |
The following tables list the members exposed by NCommand.
Name | Description | |
---|---|---|
![]() | NCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Checked | Gets/sets a value whether the command is checked. |
![]() | Commands | Gets the commands associated with this command. |
![]() | Enabled | Gets/sets a value whether the command is enabled. |
![]() | OwnMeasure | Gets/sets a value whether measuring will be handled by the command itself. |
![]() | OwnPaint | Gets/sets a value whether painting will be handled by the command itself. |
![]() | Properties | Gets/sets the common properties for the NCommand. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | Contains | Searches down in the command tree whether this command or one of its children contains the specified command. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() ![]() | FromContext | Initializes a new NCommand object from a given context. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSerializationData | |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | PerformClick | |
![]() | ToString | Overridden. |
![]() | UpdateFromContext |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
![]() | Click | Fired when the NCommand is clicked(executed). |
![]() | ClosePopup | Fired when the NCommand closes its child menu. |
![]() | Deselect | Fired when the NCommand is unhovered(deselected). |
![]() | Measure | Fired when the NCommand needs measuring (works only if the "OwnMeasure" flag is set to true). |
![]() | Paint | Fired when the NCommand needs painting (works only if the "OwnPaint" flag is set to true). |
![]() | Popup | Fired when the NCommand is about to show its child menu. |
![]() | QueryUIState | Fired just before the command is painted. Use this event if you want to dynamically update its state. |
![]() | Select | Fired when the NCommand is hovered(selected). |
![]() | TooltipRequest | Fires when the Tooltip was requested. |