Copyright © 2008-2019 MultiMedia Soft

UndoEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables Undo operation. When the Undo is enabled the application will require a bigger amount of system memory in order to store previous sound contents.

 

 

Syntax

 

[Visual Basic]

control.UndoEnable (

bEnable as enumBoolean

) as enumErrorCodes


 

[C++]

short control.UndoEnable (

short bEnable

);


 

 

 

Parameter

Description

 

 

bEnable

Boolean value that specifies if Undo is enabled.

Supported values are the following:

Value

Meaning

BOOL_FALSE (default)

Undo is disabled

BOOL_TRUE

Undo is enabled

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful