Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / CaptureF10Key Property

In This Topic
    CaptureF10Key Property (C1Ribbon)
    In This Topic
    Gets or sets whether the F10 key can be used for displaying KeyTips.
    Syntax
    'Declaration
     
    
    Public Property CaptureF10Key As Boolean
    public bool CaptureF10Key {get; set;}
    See Also