Copyright © 2011-2023 MultiMedia Soft

TracksBoard.VerticalLinesShow method

Previous pageReturn to chapter overviewNext page

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

 

[Visual Basic]

Public Function VerticalLinesShow (

bShow as Boolean

) as enumErrorCodes


 

[C#]

public enumErrorCodes VerticalLinesShow (

bool bShow

);


 

[C++]

public: enumErrorCodes VerticalLinesShow (

bool bShow

);


 

 

Parameter

Description

 

 

bShow

Boolean value that specifies if vertical lines must be shown or hidden.

Supported values are the following:

Value

Meaning

false

Hides vertical lines

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.