IsStatusBar()

Syntax

Result = IsStatusBar(#StatusBar)
Description
Tests if the given status bar number is a valid and correctly initialized status bar.

Parameters

#StatusBar The status bar to use.

Return value

Nonzero if the status bar is valid, zero otherwise.

Remarks

This function is bulletproof and may be used with any value. This is the correct way to ensure a status bar is ready to use.

See Also

CreateStatusBar()

Supported OS

All

<- FreeStatusBar() - StatusBar Index - StatusBarHeight() ->