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]

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:

Value

Meaning

false

Disables mouse-based selections

true (default)

Enables mouse-based selections

 

 

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.