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


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