TracksBoard.VerticalLinesMouseMoveEnable method |
|
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:
|
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. |