FreeStatusBar()

Syntax

FreeStatusBar(#StatusBar)
Description
Free the given status bar.

Parameters

#StatusBar The status bar to free. If #PB_All is specified, all the remaining status bars are freed.

Return value

None.

Remarks

All remaining status bars are automatically freed when the program ends.

Supported OS

All

<- CreateStatusBar() - StatusBar Index - IsStatusBar() ->