Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDragTool Class / StartMouseInfo Property


In This Topic
    StartMouseInfo Property
    In This Topic
    Obtains the mouse info when the tool was activated
    Syntax
    'Declaration
     
    
    Protected Property StartMouseInfo As NMouseInfo
    'Usage
     
    
    Dim instance As NDragTool
    Dim value As NMouseInfo
     
    instance.StartMouseInfo = value
     
    value = instance.StartMouseInfo
    protected NMouseInfo StartMouseInfo {get; set;}
    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