Intersoft WebDesktop Documentation
CheckedItemStyle Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenuStyles Class : CheckedItemStyle Property


Glossary Item Box

The interactive style of Menu Item when checked.

Syntax

Visual Basic (Declaration) 
Public Property CheckedItemStyle As ISNet.WebUI.DynamicStyle
Visual Basic (Usage)Copy Code
Dim instance As WebMenuStyles
Dim value As ISNet.WebUI.DynamicStyle
 
instance.CheckedItemStyle = value
 
value = instance.CheckedItemStyle
C# 
public ISNet.WebUI.DynamicStyle CheckedItemStyle {get; set;}

Remarks

Using CheckedItemStyle you can customize the style of checked item in three states - Normal, Active, and Over. This dynamic style is applied to the "icon part" of checked menu item.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.