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


Glossary Item Box

Indicates whether the background strip should be drawn.

Syntax

Visual Basic (Declaration) 
Public Property HasBackgroundStrip As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebMenuStyles
Dim value As Boolean
 
instance.HasBackgroundStrip = value
 
value = instance.HasBackgroundStrip
C# 
public bool HasBackgroundStrip {get; set;}

Remarks

You can easily configure the "BackgroundStrip" visibility in the menu style object. 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. To enable the BackGroundStrip simply set HasBackgroundStrip to True. You can customize its colors by specifying the BackgroundStripColor and additionally BackgroundStripColor2 to achieve 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.