Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NMouseAndKeyboardTool Class
Members


In This Topic
    NMouseAndKeyboardTool Class
    In This Topic
    The NMouseAndKeyboardTool abstract class serves as base class for all tools, which can process mouse and keyboard events
    Object Model
    NMouseAndKeyboardTool Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public MustInherit Class NMouseAndKeyboardTool 
       Inherits NTool
       Implements INKeyboardEventProcessor, INMouseEventProcessor, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NMouseAndKeyboardTool
    [System.Serializable()]
    public abstract class NMouseAndKeyboardTool : NTool, INKeyboardEventProcessor, INMouseEventProcessor, Nevron.INReferenceHolder  
    Remarks
    The NMouseAndKeyboardTool class implements the INMouseEventProcessor and INKeyboardEventProcessor interfaces, which the controller uses to dispatch mouse and keyboard events to tools. It also exposes a virtual NeedsSecondMouseButtonPass property, which specifies whether the tools requires the mouse button event processing to be implemented in two passes, allowing for high and low priority tool activation.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.NTool
          Nevron.Diagram.WinForm.NMouseAndKeyboardTool
             Nevron.Diagram.WinForm.NDragTool
             Nevron.Diagram.WinForm.NDrawingMouseAndKeyboardTool
             Nevron.Diagram.WinForm.NLibraryMouseAndKeyboardTool

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also