MenuItem.Checked

Introduced

v10.0 (2012)

Description

Sets or returns a Boolean indicating whether the menu item is checked (true) or not.

C# Syntax

// get accessor

Boolean rtn = MenuItem.Checked;

// set accessor

MenuItem.Checked = Boolean;