SetFocusDelegate() public method

Sets the delegate to be called when the field receives the focus as determined by the customFocusEvent setting. NOTE: This will unset any previously assigned focus delegate.
public SetFocusDelegate ( FocusDelegate del ) : void
del FocusDelegate The delegate to be called.
return void
Ejemplo n.º 1
0
 public void SetFocusDelegate(UITextField.FocusDelegate del)
 {
     EZGUI_TextField.SetFocusDelegate(del);
 }