Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreatePolypathTool Class / GetCurrentCursor Method


In This Topic
    GetCurrentCursor Method (NCreatePolypathTool)
    In This Topic
    Must override to provide current tool cursor
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetCurrentCursor() As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim instance As NCreatePolypathTool
    Dim value As System.Windows.Forms.Cursor
     
    value = instance.GetCurrentCursor()
    protected abstract System.Windows.Forms.Cursor GetCurrentCursor()
    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