ASP.NET Pack Programmer's Guide
State Enumeration
See Also
 





Specifies the state of an object.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum State

Visual Basic  Copy Code

Public Enum State

 Members

  Member name Description

Disabled

Indicates that the object is disabled.

Enabled

Indicates that the object is enabled.

Unspecified

Indicates undetermined state.

 See Also

MindFusion.Scheduling.WebForms Namespace