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


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