SftMask/OCX 6.5

SftMaskContents.CanUndo Property

Softel vdm, Inc.

Determines whether the last action can be reversed.

Syntax       

Get

VB.NET

Boolean = object.CanUndo  As Boolean

VB

Boolean = object.CanUndo  As Boolean

C#.NET

bool Boolean = object.CanUndo;

VC++

VARIANT_BOOL Boolean = object->CanUndo;
VARIANT_BOOL Boolean = object->GetCanUndo();

C

HRESULT object->get_CanUndo(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.CanUndo   : WordBool;

object

A SftMaskContents object.

Boolean

Determines whether the last action can be reversed.

Boolean

Description

True

The last action can be reversed.

False

The last action cannot be reversed.

Comments

The CanUndo property determines whether the last action can be reversed.

CanUndo can be used to determine if any actions can be reversed. Contents.Undo is used to reverse the last action.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com