SearchSettingsDataSource.UseDefaultThemeColors Property

Definition

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.

Applies to