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


Glossary Item Box

The interactive style of Menu Item.

Syntax

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

Remarks

Using ItemStyle you can customize the style of menu item in three states - Normal, Active, and Over. ItemStyle represent the dynamic style for each 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.