- 機能/意味
-
Can get focus
- タイプ
-
Windowクラスのプロパティ (読み書き可能)
- 説明
-
Indicates whether focus can be obtained. You can also set a value.
If set to false, you will not be able to get focus, ie the window will not be active. As a side effect, you can not move the window by grabbing the title bar, resize the window, or close the window by pressing the "x" button.
If you want to get keyboard input, you can use the Window.trapKey property.
Typically, this is used to implement a window that is displayed in the foreground, but does not gain focus itself, such as a popup menu.
In the current version, the setting of this property may be lost when the window goes full screen or returns from full screen.
- 参照
-
Window.trapKey
Window.onPopupHide