Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getChecked Method 

Returns a value indicating whether the menu item is checked.

[JavaScript]
MenuItem.getChecked()

Return Value

Returns true if the menu item is checked, otherwise false.

Remarks

This function should only be called on menu items because only menu items support check/uncheck.

See Also

MenuItem Object


Direct link to this topic