SearchSettingsDataSource.PropertyNames.DefaultTheme Field
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.
The guid of the theme to use as default/fixed theme when UseDefaultThemeColors is set. This is usually necessary when the search control is hosted in a dialog whose colors don't change when the IDE theme changes. VSUI_TYPE_STRING. Default="{DE3DBBCD-F642-433C-8353-8F1DF4370ABA}" (KnownColorThemes.Light, which is closest to Windows dialog colors).
public: static initonly System::String ^ DefaultTheme;
static initonly std::wstring DefaultTheme;
public static readonly string DefaultTheme;
staticval mutable DefaultTheme : string
Public Shared ReadOnly DefaultTheme As String