wf_bottomBar_reload()
The function reloads the bottom bar.
Synopsis
dyn_string wf_bottomBar_reload( string sReferenceName, bool bInit );
Parameter
Parameter | Description |
---|---|
sReferenceName | Name of the bottom bar. The name must only be stated if the bottom bar is used as a reference in custom panels. if the bottom bar is used inside a wizard the name can be empty (""). |
bInit | Flag that indicates if the check for the visibility and enabled state should be newly performed. |
Return Value
A list of all visible buttons is returned.
Error
-
Description
The stated bottom bar is reloaded and if required the visibility and the enabled states of the buttons are checked.
Example
In the following example the bottom bar is reloaded and the visibility and the enabled state are checked.
main()
{
dyn_string dsVisShapes = wf_bottomBar_reload("myBottomBar", TRUE);
}
Assignment
Bottom Bar
Availability
UI, CTRL