Copyright © 2008-2023 MultiMedia Soft

DisplayTracksBoard property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DisplayTracksBoard As TracksBoard


 

[C#]

public TracksBoard DisplayTracksBoard {get;}


 

[C++]

public: __property TracksBoard* get_DisplayTracksBoard ();


 

This property is Read-only

 

 

Remarks

The embedded TracksBoard object.

This property encapsulates the functionality of the TracksBoard class.

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