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


Glossary Item Box

The interactive style of Menu Item when disabled.

Syntax

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

Remarks

Using DisabledItemStyle you can customize the style of checked item in three states - Normal, Active, and Over. This dynamic style is applied for disabled 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.