Copyright © 2013-2017 MultiMedia Soft

MouseSelectionEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables selecting a waveform's range through the mouse.

During a playback session the mouse interaction is automatically disabled and an eventual call to this method will be ignored.

 

 

Syntax

 

[Visual Basic]

control.MouseSelectionEnable (

bShow as enumBoolean

) as enumWanErrorCodes


 

[C++]

short control.MouseSelectionEnable (

short bShow

);


 

 

 

Parameter

Description

 

 

bEnable

Boolean value that specifies if mouse-based selections are enabled or disabled

Supported values are the following:

Value

Meaning

BOOL_FALSE

Disables mouse-based selections

BOOL_TRUE (default)

Enables mouse-based selections

 

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful