Gets whether the selection is enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract State SelectionEnabled { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property SelectionEnabled As State |
A member of the State enumeration.
See Also