Remarks
Shows/hides all of the available vertical lines.
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
[C++]
short control.TracksBoard.VerticalLinesShow (
short bShow
);
|
|
Parameter
|
Description
|
|
|
bShow
|
Boolean value that specifies if vertical lines must be shown or hidden.
Supported values are the following:
Value
|
Meaning
|
BOOL_FALSE
|
Hides vertical lines
|
BOOL_TRUE
|
Shows vertical lines
|
|
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.
|
|