MidiDjConsole.DisplaySegmentManagementAvailable method |
|
Remarks
Verifies if the component comes with support for managing VFD segments, if any, of the connected DJ console.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] control.MidiDjConsole.DisplaySegmentManagementAvailable ( ) as Boolean |
[C++] BOOL control.MidiDjConsole.DisplaySegmentManagementAvailable ( ); |
Return value
Value |
Meaning |
|
|
TRUE |
The control comes with support for managing VFD segments of the connected DJ Console. |
FALSE |
The control doesn't come with support for managing VFD segments of the connected DJ Console. |