IsChecked - cCJStatusbarMenuItem
Returns true if the AppPanel's StatusBar_State is True
Type: Function
Return Data Type: Boolean
Syntax
Function IsChecked Returns Boolean
Call Example
Get IsChecked to BooleanVariable
Description
IsChecked returns true if the AppPanel object's StatusBar_State is true.
The AppPanel is identified by sending this message to the parent of the ClientArea object.
If the ClientArea object is not defined, no message is sent.
This ensures that the checked state of this object is always proper when it is displayed.
Return Value
Returns true if the statusbar should be displayed, else false