IsChecked - cCJAutoArrangeIconsMenuItem
Returns true if the AppPanel's Auto_Arrange_Icons_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 Auto_Arrange_Icons_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 auto-arrange icons is enabled in the AppPanel, else false.