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


In This Topic
    NViewportBandTool Class
    In This Topic
    The NViewportBandTool class represents a mouse tool, which is used for the interactive panning and resize of the viewport band in the pan and zoom control
    Object Model
    NViewportBandTool Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NViewportBandTool 
       Inherits NDrawingDragTool
       Implements INKeyboardEventProcessor, INMouseEventProcessor, INStatusBarInfo, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NViewportBandTool
    [System.Serializable()]
    public class NViewportBandTool : NDrawingDragTool, INKeyboardEventProcessor, INMouseEventProcessor, INStatusBarInfo, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.NTool
          Nevron.Diagram.WinForm.NMouseAndKeyboardTool
             Nevron.Diagram.WinForm.NDragTool
                Nevron.Diagram.WinForm.NDrawingDragTool
                   Nevron.Diagram.WinForm.NViewportBandTool

    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