Share via


MenuItem.Checked Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Checked As Boolean
    Get
    Set
'Usage
Dim instance As MenuItem
Dim value As Boolean

value = instance.Checked

instance.Checked = value
bool Checked { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

MenuItem Interface

MenuItem Members

Microsoft.Office.Interop.Excel Namespace