Search
Theme.SelectionEnabled Property
See Also
 






Gets whether the selection is enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract State SelectionEnabled { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property SelectionEnabled As State

 Property Value

A member of the State enumeration.

 See Also