'Declaration Protected Overridable Function ProcessHotKeys( _
ByVal argsA VintasoftControlKeyEventArgs that contains the event data.As Vintasoft.Imaging.UI.VintasoftControlKeyEventArgs _
) As Boolean
protected virtual bool ProcessHotKeys(
Vintasoft.Imaging.UI.VintasoftControlKeyEventArgs args
)
protected: virtual bool ProcessHotKeys(
Vintasoft.Imaging.UI.VintasoftControlKeyEventArgs* args
)
protected:
virtual bool ProcessHotKeys(
Vintasoft.Imaging.UI.VintasoftControlKeyEventArgs^ args
)
Parameters
- args
- A VintasoftControlKeyEventArgs that contains the event data.
Return Value
True if hot keys is processed; otherwise, false.