Copyright © 2008-2023 MultiMedia Soft

TracksBoard.VerticalLinesMouseMoveEnable method

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.

For further details about methods of the TracksBoard refer to the TracksBoard object section.

 

 

Syntax

 

[Visual Basic]

Public Function VerticalLinesMouseMoveEnable (

bEnable as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLinesMouseMoveEnable (

bool bEnable

);


 

[C++]

public: enumErrorCodes VerticalLinesMouseMoveEnable (

bool bEnable

);


 

 

Parameter

Description

 

 

bEnable

Boolean value that specifies if mouse movement of the vertical lines must be enabled or disabled.

Supported values are the following:

Value

Meaning

false

Moving of vertical lines through the mouse is disabled

true (default)

Moving of vertical lines through the mouse is enabled

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.