SetCheckState Menu

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > Menu >

SetCheckState Menu

Previous pageReturn to chapter overviewNext page

Purpose

Sets the check state of a menu item like CheckItem() and UnCheckItem().

 

Prototype

METHOD SetCheckState(nItemID, lChecked) CLASS Menu

 

Arguments

<nItemID>

Item ID of an existing menu item.

<lChecked>

Logic value, TRUE checks the item and FALSE unchecks the item.