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