VisibleRemoteObject.OnMnemonicActivate


Deprecated since since version 4.1

public event OnMnemonicActivate

Prototype:

OnMnemonicActivate(Sender, EventData)

Parameters

Sender
the event firing control
EventData
a string encapsulating the 'group_cycling' property (undocumented in GTK)

Description:

Event fired when a mnemonic is activated(check GTK for more information).
The 'group_cycling' property is optained this way:
    group_cycling=value EventData;

Warning: this event is undocumented(or poorly documented) in GTK/GTKmm.

Return value:

This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.