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


In This Topic
KeyTip Property (RibbonColorPicker)
In This Topic
Gets or sets the KeyTip providing keyboard access to the Button.
Syntax
'Declaration
 
Public Property KeyTip As String
 
'Usage
 
Dim instance As RibbonColorPicker
Dim value As String
 
instance.KeyTip = value
 
value = instance.KeyTip
See Also