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


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