Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMoveNodeDownCommand Class
Fields Properties Methods


In This Topic
    NMoveNodeDownCommand Class Members
    In This Topic

    The following tables list the members exposed by NMoveNodeDownCommand.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe keyboard shortcut of this command. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Internal Field (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the node upon which the command executes its action. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Public PropertyGets the designer of the current node. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Public PropertyGets or sets the editor in the context of which the command will be executed. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Public PropertyGets the keyboard shortcut of this command. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Overriden to determine whether the node can be moved down in its parent collection.  
    Public MethodOverridden. Overiden to move the node down in its parent nodes collection.  
    Public MethodGets the widget that can represent this command (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Public MethodUpdates the widget that represents this command, if the widget is created. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to create a toolbar button.  
    Protected MethodCalled when the node this command should be applied on has changed. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Protected MethodSets the given tooltip to the specified widget adding the keyboard shortcut information of this command if a keyboard shortcut is defined. (Inherited from Nevron.Nov.Editors.NDesignCommand)
    Top
    See Also