SearchSettingsDataSource.UseDefaultThemeColors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool UseDefaultThemeColors { bool get(); void set(bool value); };
public:
property bool UseDefaultThemeColors { bool get(); void set(bool value); };
public bool UseDefaultThemeColors { get; set; }
member this.UseDefaultThemeColors : bool with get, set
Public Property UseDefaultThemeColors As Boolean
Property Value
true if the search control should only use the colors of the default theme.