Intersoft ClientUI Documentation
IndicatorBackground Property



Gets or sets a value that detemines the indicator background.
Syntax
<CategoryAttribute("Brushes")>
Public Property IndicatorBackground As Brush
Dim instance As UXRibbonContextualTabGroup
Dim value As Brush
 
instance.IndicatorBackground = value
 
value = instance.IndicatorBackground
[CategoryAttribute("Brushes")]
public Brush IndicatorBackground {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ IndicatorBackground {
   Brush^ get();
   void set (    Brush^ value);
}
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

Reference

UXRibbonContextualTabGroup Class
UXRibbonContextualTabGroup Members

Send Feedback