Copyright © 2006-2011 MultiMedia Soft

WaveformAnalyzer.VerticalLineMouseMoveEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Enables/disables the possibility to move custom vertical lines through the mouse.

 

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.VerticalLineMouseMoveEnable (

bEnable as enumBoolean

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.VerticalLineMouseMoveEnable (

short bEnable

);


 

 

Parameter

Description

 

 

bEnable

Boolean value that specifies if lines can be moved through the mouse.

Supported values are the following:

Value

Meaning

BOOL_FALSE

Moving of custom vertical lines through the mouse is disabled

BOOL_TRUE (default)

Moving of custom vertical lines through the mouse 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