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

IVObjectAction.Enabled Property

Gets/sets the enabled state of an action.

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

Syntax

Visual Basic
Property Enabled As Boolean
C#
                bool Enabled { get; set; }

Property Value

true if the action is enabled, false if not.

Remarks

When the action is disabled, appropriate control points are hidden, and the user cannot perform this action. However you can apply it progammatically.

See Also

Reference

Manual