|
WaveformAnalyzer.VerticalLineMouseMoveEnable method |
![]() ![]()
|
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:
|
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 |