Search
ButtonComponent.State Property
See Also
 





Gets the current state of the button.

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

 Syntax

C#  Copy Code

protected ButtonState State { get; }

Visual Basic  Copy Code

Protected ReadOnly Property State As ButtonState

 Property Value

A member of the ButtonState enumeration.

 See Also