SetPanelCurrentKey
Sets the next key position. This cannot be used
to traverse backwards.
native bool SetPanelCurrentKey(Handle panel, int key)Parameters
int key
Key that is greater or equal to
GetPanelCurrentKey().
Return Value
bool True on success, false otherwise.Error
Invalid Handle.