GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / ShortcutKeys Property


In This Topic
ShortcutKeys Property (RibbonColorPicker)
In This Topic
Gets or sets the shortcut keys associated with the button.
Syntax
'Declaration
 
Public Property ShortcutKeys As Keys
 
'Usage
 
Dim instance As RibbonColorPicker
Dim value As Keys
 
instance.ShortcutKeys = value
 
value = instance.ShortcutKeys
See Also