AppSetToolbarInfo¶
AppSetToolbarInfo switches toolbars on or off.
- bool = AppSetToolbarInfo(smInfo)
- bool = AppSetToolbarInfo(smInfo, bAutoArrange)
Return Value
Parameters
- smInfo
smInfo is a string matrix with two columns. The first column contains “1”, if the toolbar is visible or “0”, if the toolbar is not displayed. The second column contains the toolbar name.
- bAutoArrange
If bAutoArrange is TRUE (1), if the toolbars arranged automatically.
History
Version |
Description |
---|---|
5.10.0 |
New |
See also
id-475483