setFocus
string
setFocus は、取り消し可能、照会不可能、および編集不可能です。
引数として渡された特定のコントロールまたはパネルにキーボード フォーカスを設定します。なし
window;
columnLayout;
textField -changeCommand "setFocus tf1" tf0;
textField -changeCommand "setFocus tf2" tf1;
textField -changeCommand "setFocus tf0" tf2;
showWindow;