'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;}