Name | Description | |
---|---|---|
![]() | NControlHostCommand Constructor |
The following tables list the members exposed by NControlHostCommand.
Name | Description | |
---|---|---|
![]() | NControlHostCommand Constructor |
Name | Description | |
---|---|---|
![]() | Checked | Gets/sets a value whether the command is checked. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | ControlText | Gets/sets the text displayed by the hosted control. |
![]() | Enabled | Overridden. Gets/sets a value whether the command is enabled. |
![]() | ExceedBoundsLogic | Gets/sets a value indicating how the command will be treated when it exceeds the allowed bounds. |
![]() | PrefferedHeight | Gets/sets the preffered height of the hosted control. This value will be used if the control is resized by a layout operation. |
![]() | PrefferedWidth | Gets/sets the preffered width of the hosted control. This value will be used if the control is resized by a layout operation. |
![]() | Properties | Gets/sets the common properties for the NCommand. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | PropertyPage | Overridden. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. |
![]() | Contains | Searches down in the command tree whether this command or one of its children contains the specified command. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSerializationData | Overridden. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | PerformClick | (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | SetControl | |
![]() | ToString | (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | UpdateFromContext | (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
Name | Description | |
---|---|---|
![]() | CloneControl | |
![]() | 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). (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | ClosePopup | Fired when the NCommand closes its child menu. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | Deselect | Fired when the NCommand is unhovered(deselected). (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | Measure | Fired when the NCommand needs measuring (works only if the "OwnMeasure" flag is set to true). (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | Paint | Fired when the NCommand needs painting (works only if the "OwnPaint" flag is set to true). (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | Popup | Fired when the NCommand is about to show its child menu. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | QueryUIState | Fired just before the command is painted. Use this event if you want to dynamically update its state. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | Select | Fired when the NCommand is hovered(selected). (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | TooltipRequest | Fires when the Tooltip was requested. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |