AddHotKey Method

This member of Class WaveLinkIO is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The AddHotKey Method includes the specified key as an input command type.

Syntax

public void AddHotKey(char hotKey)

Parameters

hotKey

The character to be added, passed in single quotations

Remarks

Use the ClearHotKeys Method to clear any custom command keys you have created.

The return type for a custom command key is WLCOMMANDTYPE. Use the LastInputType Method to process input based on the return type.

Example

WaveLinkIO IOIface = new WaveLinkIO();

.

.

.

try {

IOIface.AddHotKey(Asc('Z'));

}

catch (WaveLinkError wlErr) {

//Do error handling

}

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal