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