Share via


ControlState Enum

Definition

Represents the ready-state of a control.

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

Fields

Error 1

Indicates that the control has an error.

Ready 0

Indicates that the control is ready.

Refreshing 2

Indicates that the control is refreshing its data.

Applies to