MidiVirtualKeyboard.GraphicalSettingsGet method |
|
Remarks
Retrieves the current graphical settings for the given virtual piano keyboard. Settings can be modified through the MidiVirtualKeyboard.GraphicalSettingsSet method.
For further details about the use of the virtual MIDI keyboard see the MidiVirtualKeyboard object section and the How to manage the virtual MIDI piano keyboard tutorial.
Syntax
[Visual Basic] MidiVirtualKeyboard.GraphicalSettingsGet ( hWndKeyboard as IntPtr, ByRef settings as MIDI_VIRTUAL_KEYBOARD_SETTINGS ) as enumDjcErrorCodes |
[C#] public enumDjcErrorCodes MidiVirtualKeyboard.GraphicalSettingsGet ( IntPtr hWndKeyboard, ref MIDI_VIRTUAL_KEYBOARD_SETTINGS settings ); |
[C++] public: enumDjcErrorCodes MidiVirtualKeyboard.GraphicalSettingsGet ( IntPtr hWndKeyboard, MIDI_VIRTUAL_KEYBOARD_SETTINGS __gc *settings ); |
Parameter |
Description |
|
|
hWndKeyboard |
Handle of the virtual keyboard as returned by the call to the MidiVirtualKeyboard.Create method |
pParamData |
Address of a data structure of type MIDI_VIRTUAL_KEYBOARD_SETTINGS that receives in output graphical settings of the keyboard. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The method call was successful. |