VSSEARCHPROGRESSTYPE 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 progress type displayed by the search control.
public enum class VSSEARCHPROGRESSTYPE
public enum class VSSEARCHPROGRESSTYPE
enum VSSEARCHPROGRESSTYPE
public enum VSSEARCHPROGRESSTYPE
type VSSEARCHPROGRESSTYPE =
Public Enum VSSEARCHPROGRESSTYPE
- Inheritance
-
VSSEARCHPROGRESSTYPE
Fields
SPT_DETERMINATE | 2 | The search displays a 0-100% progress bar as the window search reports progress. |
SPT_INDETERMINATE | 1 | The search displays an infinite-loop animation, as exact search progress cannot be determined. |
SPT_NONE | 0 | The search control does not display any progress type. |