BCGControlBar Library for .NET
GetComboSelectedBackColor Method (VisualManager)




Gets  a background color of the text when the text is selected in a focusable control of the toolbar combobox button. In default implementation this function returns the  system color of the background of selected items. You can override it in the derived class to customize the background of the selected item.
Syntax
'Declaration
 
Public Overridable Function GetComboSelectedBackColor() As Color
'Usage
 
Dim instance As VisualManager
Dim value As Color
 
value = instance.GetComboSelectedBackColor()
public virtual Color GetComboSelectedBackColor()
public: virtual Color GetComboSelectedBackColor(); 
public:
virtual Color GetComboSelectedBackColor(); 
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

VisualManager Class
VisualManager Members

Send Feedback