ComponentOne Ribbon for WinForms
NoSysKeyUp Property

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class : NoSysKeyUp Property
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

Reference

C1Ribbon Class
C1Ribbon Members