MindFusion WinForms Programmer's Guide
State Enumeration
See Also
 





Specifies the state of a subject.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum State

Visual Basic  Copy Code

Public Enum State

 Members

  Member name Description

Disabled

Indicates that the subject is disabled.

Enabled

Indicates that the subject is enabled.

Unspecified

Indicates undetermined state.

 See Also

MindFusion.Scheduling.WinForms Namespace