ユーザ インタフェース コントロール上のフォーカスの設定
特定のユーザ インタフェース コントロール項目のフォーカスを設定できます。
setFocus <rollout_ui_item>
例:
|
rollout testFocus "Test Focus"
(
edittext text1 "Test"
edittext text2 "Focus"
)
createDialog testFocus 200 100
setFocus testFocus.text2 -- the second text field gets focus!
|
3ds Max 6 以降の場合
SetFocus() を使用して ActiveX コントロールのフォーカスも設定できます。