SearchSettingsDataSource.UseDefaultThemeColors 属性

定义

确定搜索控件是否只应使用默认主题的颜色。 当搜索控件承载在其颜色在 IDE 主题发生更改时不会更改的对话框中时,通常将设置为 true。 类型: VSUI_TYPE_BOOL。 默认值为 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

属性值

Boolean

如果搜索控件只应使用默认主题的颜色,则为 true。

适用于