'Declaration
<System.ComponentModel.CategoryAttribute("Keyboard")> <System.ComponentModel.DescriptionAttribute("The keyboard command associated with right move.")> Public Property MoveRightShortcut As NShortcut
'Usage
Dim instance As NAxisCursor Dim value As NShortcut instance.MoveRightShortcut = value value = instance.MoveRightShortcut
[System.ComponentModel.Category("Keyboard")] [System.ComponentModel.Description("The keyboard command associated with right move.")] public NShortcut MoveRightShortcut {get; set;}