Compartilhar via


SearchSettingsDataSource.HwndSourceBackgroundColor Property

Gets an ARGB background color for the HwndSource. This setting is ignored if it is 0, or if the search control is parented under a WPF element. Type: VSUI_TYPE_DWORD, Default=0.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property HwndSourceBackgroundColor As UInteger
public uint HwndSourceBackgroundColor { get; set; }
public:
property unsigned int HwndSourceBackgroundColor {
    unsigned int get ();
    void set (unsigned int value);
}
member HwndSourceBackgroundColor : uint32 with get, set
function get HwndSourceBackgroundColor () : uint 
function set HwndSourceBackgroundColor (value : uint)

Property Value

Type: UInt32
Returns UInt32.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace