SearchSettingsDataSource.UseDefaultThemeColorsProperty Field
The name of the property that indicates whether the search control should use only 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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly UseDefaultThemeColorsProperty As GelProperty
public static readonly GelProperty UseDefaultThemeColorsProperty
public:
static initonly GelProperty^ UseDefaultThemeColorsProperty
static val UseDefaultThemeColorsProperty: GelProperty
public static final var UseDefaultThemeColorsProperty : GelProperty
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.