KeyTip Property (RibbonTab)
In This Topic
Gets or sets the KeyTip providing keyboard access to a ribbon tab.
Syntax
'Declaration
Public Property KeyTip As String
'Usage
Dim instance As RibbonTab
Dim value As String
instance.KeyTip = value
value = instance.KeyTip
public string KeyTip {get; set;}
See Also