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


In This Topic
    NCommandContext Class Members
    In This Topic

    The following tables list the members exposed by NCommandContext.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor. Initializes a new context.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets nested contexts for this context.  
    Public PropertyGets/sets a value indicating whether the context will appear in the "Customize" dialog of the NCommandBarsManager.  
    Public PropertyGets/sets the command properties for this context.  
    Public PropertyGets/sets the id of the range this context belongs to.  
    Public PropertyGets/sets the text that will be displayed when the mouse hovers a command sharing this context.  
    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 MethodCreates an idenctical copy of this object  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Creates a new NCommandContext object with its properties initialized.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public MethodExecutes the context.  
    Public MethodChecks if commands sharing this context should be checked.  
    Public MethodGets the commands currently sharing this context.  
    Public MethodChecks if commands sharing this context should be enabled.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets all the nested contexts, including all branches of the context tree.  
    Public MethodGets the serialization data for this command context  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodChecks all the commands sharing this context.  
    Public MethodEnables all the commands sharing that context.  
    Public MethodOverridden.   
    Public MethodForces the parents of all commands currently sharing this context to re-measure and refresh their commands.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    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 a command has been executed.  
    Public EventFired when a command is about to be executed. Set the Cancel property of the EventArgs to true to prevent the command from being executed.  
    Top
    See Also