BCGControlBar Library for .NET
GetEditSelectedBackColor Method (VisualManager)




Gets  a background color of the text when the text is selected in a focusable control of the toolbar editbox 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 GetEditSelectedBackColor() As Color
'Usage
 
Dim instance As VisualManager
Dim value As Color
 
value = instance.GetEditSelectedBackColor()
public virtual Color GetEditSelectedBackColor()
public: virtual Color GetEditSelectedBackColor(); 
public:
virtual Color GetEditSelectedBackColor(); 
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