Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NPanTool Class / HandOpened Property


In This Topic
    HandOpened Property
    In This Topic
    Gets/sets the opened hand cursor
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the opened hand cursor")>
    Public Property HandOpened As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim instance As NPanTool
    Dim value As System.Windows.Forms.Cursor
     
    instance.HandOpened = value
     
    value = instance.HandOpened
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the opened hand cursor")]
    public System.Windows.Forms.Cursor HandOpened {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