LoadSilent Property
Description
The LoadSilent property specifies whether a message box is displayed when the state of a toolbar is updated after the LoadStateFromXMLString method is called.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property LoadSilent() As Boolean
Remarks
When the state of a CommandBar is updated, a message box is displayed that asks for confirmation before the CommandBar layout is updated. This occurs for each CommandBar whose state will change. LoadSilent must be FALSE to display the confirmation message box.
If set to TRUE, no message box will be displayed when the CommandBar layout is loaded. By default, LoadSilent is FALSE.
Example
See Also
| Command Bars ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.