SyncFloatingToolbars Property
Description
The SyncFloatingToolbars property specifies whether floating toolbars will be hidden when the application does not have focus.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property SyncFloatingToolbars() As Boolean
Remarks
- If set to TRUE, floating toolbars will be hidden when the application loses focus. The application could lose focus if another application is opened.
- If set to FALSE, floating toolbars are not hidden when the application loses focus.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.