ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.String
    public System.string GroupKeyTip {get; set;}
    See Also