DisableOnCapture Property
Description
Specifies whether the command bars will process key bindings while another control is capturing input.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property DisableOnCapture() As Boolean
Remarks
- When
False, the command bars will process key bindings while the actions (mouse movement, clicks, etc.) are captured by another control (e.g., PictureBox). - When
True, the command bars will only process key bindings when no other controls are capturing input.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.