Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / LauncherKeyTip Property

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