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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property unsigned int HwndSourceBackgroundColor {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32

Returns UInt32.

Return to top
Show: