Name | Description | |
---|---|---|
![]() | NFontComboBoxCommand Constructor |
The following tables list the members exposed by NFontComboBoxCommand.
Name | Description | |
---|---|---|
![]() | NFontComboBoxCommand 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. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | Editable | Gets/sets a value whether the hosted NComboBox object will have an edit portion. (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
![]() | Enabled | Gets/sets a value whether the command is enabled. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | ExceedBoundsLogic | Gets/sets a value indicating how the command will be treated when it exceeds the allowed bounds. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | FontDisplayStyle | |
![]() | Items | Gets the ListBox.ObjectCollection for the hosted NComboBox. (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
![]() | ListProperties | Gets the common properties of the drop-down listbox part. (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
![]() | PrefferedHeight | Gets/sets the preffered height of the hosted control. This value will be used if the control is resized by a layout operation. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | PrefferedWidth | Gets/sets the preffered width of the hosted control. This value will be used if the control is resized by a layout operation. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | Properties | Gets/sets the common properties for the NCommand. (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | PropertyPage | (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Clone | (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
![]() | 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. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSerializationData | (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | PerformClick | (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | SetControl | (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand) |
![]() | ToString | (Inherited from Nevron.UI.WinForm.Controls.NCommand) |
![]() | UpdateFromContext | (Inherited from Nevron.UI.WinForm.Controls.NComboBoxCommand) |
Name | Description | |
---|---|---|
![]() | CloneControl | Overridden. |
![]() | CreateComboBox | Overridden. |
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | ShouldSerializeItems | Overridden. |
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) |