ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / NoSysKeyUp Property

In This Topic
    NoSysKeyUp Property
    In This Topic
    Gets or sets whether the ribbon shouldn't wait for the WM_SYSKEYUP message when showing KeyTips.
    Syntax
    'Declaration
     
    Public Property NoSysKeyUp As System.Boolean
    public System.bool NoSysKeyUp {get; set;}
    Remarks
    Setting this property to True can be used as a workaround for the bug in the standard WebBrowser control.
    See Also