Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / LauncherKeyTip Property


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