Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryKeyboardTool Class
Fields Properties Methods


In This Topic
    NLibraryKeyboardTool Class Members
    In This Topic

    The following tables list the members exposed by NLibraryKeyboardTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Protected Fields
     NameDescription
    Protected FieldIndicates whether this tool is active. (Inherited from Nevron.Diagram.WinForm.NTool)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the delete key  
    Public PropertyGets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertyGets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertyGets/sets the select/focus modifier key  
    Public PropertyGets/sets the select next in col key  
    Public PropertyGets/sets the select next key  
    Public PropertyGets/sets the select previous key  
    Public PropertyGets/sets the select previous in col key  
    Top
    Public Methods
     NameDescription
    Public MethodAborts the tool if it is active (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodActivates the tool (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDetermines whether the tool can activate (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDetermines whether the tool can deactivate (Inherited from Nevron.Diagram.WinForm.NTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDeactivates the tool (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodProcesses the is input char query (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodOverridden. Processes the is input key query  
    Public MethodPrecesses the mouse click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse double click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodOverridden. Processes the key down event  
    Public MethodProcesses the key press event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the key up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse down event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse enter event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse hover event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse leave event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse move event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse wheel event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodOverriden to cashe references to NLibraryView and NLibraryDocument instances (Inherited from Nevron.Diagram.WinForm.NLibraryMouseAndKeyboardTool)
    Top
    Protected Methods
     NameDescription
    Protected MethodVerifies the specified new delete key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new select/focus modifier key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new select next in col key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new select next key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new select previous key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new select previous in col key and throws an exception if it is not valid  
    Top
    See Also