This documentation is for the old version. Go to the latest Graphics Mill docs

TextVObject.ChangeTextAreaAction.Enabled Property

Gets/sets the enabled state of the action.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Property Enabled As Boolean
C#
public override bool Enabled { get; set; }

Property Value

true if the action is enabled, false if not.

See Also

Reference