__VSSEARCHPLACEMENT Enum

Definition

Specifies the search control’s placement in the window.

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

Fields

SP_CUSTOM 3

The window has a search host associated with it, but the search control does not have placement in the shell-owned frame area.

SP_DYNAMIC 1

The search control is placed in the shell-owned frame area, and the shell dynamically adjusts the control's location and size depending on the number of toolbars, window size, and so on.

SP_NONE 0

The search is not set up for the window.

SP_STRETCH 2

The search control is placed in the shell-owned frame area, below the top toolbars (if any), on its own row, and stretching the frame width.

Applies to