VSSEARCHSTARTTYPE Enum

Definition

Specifies when the search will start.

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

Fields

SST_DELAYED 1

The search starts after a delay that begins since the user last pressed a character in the search box, typically 1 second.

SST_INSTANT 0

The search starts immediately after the user presses a character.

SST_ONDEMAND 2

The search only starts when the Enter key is pressed.

Applies to