FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / NoSysKeyUp Property

In This Topic
    NoSysKeyUp Property (C1Ribbon)
    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