<< Click to Display Table of Contents >> SetCheckState Toolbar |
![]() ![]() ![]() |
Purpose
Sets the check state of a toolbar item like ClickItem() and UnClickItem().
Prototype
METHOD SetCheckState(nItemID, lClicked) CLASS Toolbar
Arguments
<nItemID> |
Item ID of an existing menu item. |
<lClicked> |
Logic value, TRUE clicks the item and FALSE unclicks the item. |