Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonComboBox Class / KeyTip Property


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