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


In This Topic
    NListBoxCommand Class Members
    In This Topic

    The following tables list the members exposed by NListBoxCommand.

    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 a value whether the command is enabled. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public PropertyGets/sets a value whether measuring will be handled by the command itself. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public PropertyGets/sets a value whether painting will be handled by the command itself. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public PropertyGets/sets the common properties for the NCommand. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    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.NCommand)
    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.NCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    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