Search
ComponentBase.IsEnabled Property
See Also
 





Gets or sets a value indicating whether the component is enabled.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsEnabled As Boolean

 Property Value

true if the component is enabled and can be interacted with; otherwise, false. The default is true.

 See Also