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


In This Topic
    NControlHostCommand Class Members
    In This Topic

    The following tables list the members exposed by NControlHostCommand.

    Public Constructors
    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.  
    Public PropertyOverridden. Gets/sets a value whether the command is enabled.  
    Public PropertyGets/sets a value indicating how the command will be treated when it exceeds the allowed bounds.  
    Public PropertyGets/sets the preffered height of the hosted control. This value will be used if the control is resized by a layout operation.  
    Public PropertyGets/sets the preffered width of the hosted control. This value will be used if the control is resized by a layout operation.  
    Public PropertyGets/sets the common properties for the NCommand. (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public PropertyOverridden.   
    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. Overridden.   
    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  
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Public Method (Inherited from Nevron.UI.WinForm.Controls.NCommand)
    Top
    Protected Methods
     NameDescription
    Protected Method  
    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