Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.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.

 

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.

 

 

Syntax

 

[Visual Basic]

control.WaveformAnalyzer.MouseSelectionEnable (

bShow as enumBoolean

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.MouseSelectionEnable (

short bShow

);


 

 

 

Parameter

Description

 

 

bEnable

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

Supported values are the following:

Value

Meaning

BOOL_FALSE

Disable mouse-based selections

BOOL_TRUE (default)

Enable mouse-based selections

 

 

 

 

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