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

BaseMenuItem.Checked Property

Gets or sets or value indicating whether the item is checked.

[Visual Basic]
Public Property Checked As Boolean
[C#]
public Boolean Checked {get; set;}

Property Value

System.Boolean

This property is read/write.

Remarks

When an item's Checked property is true, it will display a "check icon" as the left icon. Note that if both BaseNavigator.CheckIconUrl and NavigationItem.LeftIcon are defined, check icon takes precedence over LeftIcon. Therefore, if Checked is set to true, CheckIconUrl will be displayed. If Checked is set to false, LeftIcon will be displayed when applicable.

The default check icon is , use CheckIconUrl property to specify a customized icon.

See Also

BaseMenuItem Class | EO.Web Namespace


Direct link to this topic