Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NComboBoxCommand Class
Properties Methods Events


In This Topic
    NComboBoxCommand Class Members
    In This Topic

    The following tables list the members exposed by NComboBoxCommand.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether the command is checked. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public PropertyGets/sets the text displayed by the hosted control. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Public PropertyGets/sets a value whether the hosted NComboBox object will have an edit portion.  
    Public PropertyGets/sets a value whether the command is enabled. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Public PropertyGets/sets a value indicating how the command will be treated when it exceeds the allowed bounds. (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Public PropertyGets the ListBox.ObjectCollection for the hosted NComboBox.  
    Public PropertyGets the common properties of the drop-down listbox part.  
    Public PropertyGets/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)
    Public PropertyGets/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)
    Public PropertyGets/sets the common properties for the NCommand. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public Property (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodSearches down in the command tree whether this command or one of its children contains the specified command. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded.  (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverridden.   
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NControlHostCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected Method  
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventFired when the NCommand is clicked(executed). (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand closes its child menu. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand is unhovered(deselected). (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand needs measuring (works only if the "OwnMeasure" flag is set to true). (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand needs painting (works only if the "OwnPaint" flag is set to true). (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand is about to show its child menu. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired just before the command is painted. Use this event if you want to dynamically update its state. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFired when the NCommand is hovered(selected). (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public EventFires when the Tooltip was requested. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Top
    See Also