MouseSelectionEnable method |
|
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] Public Function MouseSelectionEnable ( bEnable as Boolean ) as enumWanErrorCodes |
[C#] public enumWanErrorCodes MouseSelectionEnable ( bool bEnable ); |
[C++] public: enumWanErrorCodes MouseSelectionEnable ( bool bEnable ); |
Parameter |
Description |
||||||
|
|
||||||
bEnable |
Boolean value that specifies if mouse-based selections are enabled or disabled Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |