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


Glossary Item Box

The background color of the strip.

Syntax

Visual Basic (Declaration) 
Public Property BackgroundStripColor As System.Drawing.Color
Visual Basic (Usage)Copy Code
Dim instance As WebMenuStyles
Dim value As System.Drawing.Color
 
instance.BackgroundStripColor = value
 
value = instance.BackgroundStripColor
C# 
public System.Drawing.Color BackgroundStripColor {get; set;}

Remarks

BackgroundStrip menu appearance is firstly introduced in Office XP application and later enhanced in Outlook 2003 where gradient colors can be applied to make the icons looks nicer. Using this property you can configure the background strip color to achieve the gradient effect.

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.