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


In This Topic
    NCommand Class Members
    In This Topic

    The following tables list the members exposed by NCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether the command is checked.  
    Public PropertyGets the commands associated with this command.  
    Public PropertyGets/sets a value whether the command is enabled.  
    Public PropertyGets/sets a value whether measuring will be handled by the command itself.  
    Public PropertyGets/sets a value whether painting will be handled by the command itself.  
    Public PropertyGets/sets the common properties for the NCommand.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodSearches down in the command tree whether this command or one of its children contains the specified command.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public Methodstatic (Shared in Visual Basic)Initializes a new NCommand object from a given context.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method  
    Public MethodOverridden.   
    Public Method  
    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).  
    Public EventFired when the NCommand closes its child menu.  
    Public EventFired when the NCommand is unhovered(deselected).  
    Public EventFired when the NCommand needs measuring (works only if the "OwnMeasure" flag is set to true).  
    Public EventFired when the NCommand needs painting (works only if the "OwnPaint" flag is set to true).  
    Public EventFired when the NCommand is about to show its child menu.  
    Public EventFired just before the command is painted. Use this event if you want to dynamically update its state.  
    Public EventFired when the NCommand is hovered(selected).  
    Public EventFires when the Tooltip was requested.  
    Top
    See Also