Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

CanUndo Property, SftMaskContents Object

Determines whether the last action can be reversed.

Syntax

Get

VB.NETBoolean = object.CanUndo As Boolean
VBBoolean = object.CanUndo As Boolean
C#.NETbool Boolean = object.CanUndo;
VC++VARIANT_BOOL Boolean = object->CanUndo;
VARIANT_BOOL Boolean = object->GetCanUndo();
CHRESULT object->get_CanUndo(VARIANT_BOOL* Boolean);

object

A SftMaskContents object.

Boolean

Determines whether the last action can be reversed.

BooleanDescription
TrueThe last action can be reversed.
FalseThe 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.

See Also SftMaskContents Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.