Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDragTool Class / m_ControlCursor Field


In This Topic
    m_ControlCursor Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected m_ControlCursor As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim instance As NDragTool
    Dim value As System.Windows.Forms.Cursor
     
    value = instance.m_ControlCursor
     
    instance.m_ControlCursor = value
    protected System.Windows.Forms.Cursor m_ControlCursor
    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