__VSFPROPID5 Enum

Definition

Specifies property identifiers for window frames, document frames, and tool window frames.

public enum class __VSFPROPID5
public enum class __VSFPROPID5
enum __VSFPROPID5
public enum __VSFPROPID5
type __VSFPROPID5 = 
Public Enum __VSFPROPID5
Inheritance
__VSFPROPID5

Fields

VSFPROPID_DontAutoOpen -5022

Indicates whether a window should be reopened when a solution is opened (default false).

VSFPROPID_IsPinned -5021

Indicates whether a window is pinned. If true, the window is pinned.

VSFPROPID_IsProvisional -5020

A tri-state value indicating whether a window is provisional (BOOL/EMPTY). For tool windows, this value is always VARIANT_FALSE and cannot be changed. For document windows, this value is initialized to EMPTY. After the window is created but before it is shown, this value can be set to VARIANT_TRUE to create a preview window. If this value is EMPTY when the window is shown, it will be set to VARIANT_FALSE to indicate a non-preview window.

VSFPROPID_IsSearchEnabled -5018

Indicates whether the window supports search (a IVsWindowSearchHost was created and associated with the frame, the search was setup with the host, and the search is enabled by the provider).

VSFPROPID_NativeScrollbarThemeMode -5026
VSFPROPID_OverrideCaption -5023

Override the generated caption for this frame. A null value restores the default behavior.

VSFPROPID_OverrideToolTip -5024

Override the generated tooltip for this frame. A null value restores the default behavior.

VSFPROPID_ReplaceDocumentToolbars -5025

Indicates whether any toolbars that are specific to the currently-active document should be hidden. A value of true indicates that when the tool window is active, any toolbars that are specific to the currently active document should be hidden. The default is false. This property only has an effect when the tool window also supplies a CmdUI GUID using the VSFPROPID_CmdUIGuid property. This property is used only for tool windows.

VSFPROPID_SearchHost -5017

Either retrieve the IVsWindowSearchHost associated with the window or create a search host for a search control with shell-owned positioning in the top frame area.

VSFPROPID_SearchPlacement -5019

The search placement when the frame uses a search control with shell-owned positioning in the top frame area (with values from __VSSEARCHPLACEMENT).

VSFPROPID5_FIRST -5026

The first property ID.

Applies to