SearchSettingsDataSource::UseDefaultThemeColors Property

 

Determines whether the search control should only use the colors of the default theme. This is usually set to true when the search control is hosted in a dialog whose colors don't change when the IDE theme changes. Type: VSUI_TYPE_BOOL. Default=False.

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

public:
property bool UseDefaultThemeColors {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the search control should only use the colors of the default theme.

Return to top
Show: