__VSSEARCHPLACEMENT Enum
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.
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
Name | Value | Description |
---|---|---|
SP_NONE | 0 | The search is not set up for the window. |
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_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. |
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. |