Checked Property (AWTCheckboxMenuItem)

Action

Gets whether the check box of the menu item is checked.

Syntax

C#
protected Boolean Checked { get; }
VB
'Declaration
Protected Read Property Checked As Boolean

Access

Read only.

Examples

VB

Dim isMenuItemChecked As Boolean = checkMenuItem.Checked