Interface IAimpOptionsDialogFrameKeyboardHelper
Interface IAimpOptionsDialogFrameKeyboardHelper
Namespace: AIMP.SDK.Options
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpOptionsDialogFrameKeyboardHelper
Methods
DialogKey(Int32)
Dialogs the key.
Declaration
bool DialogKey(int charCode)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | charCode | The character code. |
SelectFirstControl()
Selects the first control.
Declaration
bool SelectFirstControl()
SelectNextControl(Int32, Int32)
Selects the next control.
Declaration
bool SelectNextControl(int findForward, int isTabKeyAction)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | findForward | The find forward. |
System.Int32 | isTabKeyAction | The is tab key action. |