Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / KeyTip Property

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