int EditSetFocus(int ed, int flag);

 

Gives input focus to the specified edit box or removes it.

 

Return Value

 

Return value not used.

 

Parameters

 

ed

Edit box handle.

 

flag

Specifies whether the edit box will have input focus.

 

Remarks

 

EditSetFocus() gives or takes away input focus to or from an edit box.  Giving input focus to an edit box has the same effect as the user touching the control to give it focus.

 

Availability

 

Available in DragonFireSDK 2.0 and later.

 

Example

 

#include "DragonFireSDK.h"

 

void AppMain()

{

 

}

 

void AppExit()

{

 

}

 

void OnTimer()

{

 

}