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