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


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