lsUI [-cmdTemplates] [-collection] [-contexts] [-controlLayouts] [-controls] [-editors] [-head int] [-long] [-menuItems] [-menus] [-panels] [-radioMenuItemCollections] [-tail int] [-type string] [-windows]
[objects]
lsUI は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
このコマンドで、UI オブジェクトの名前が返されます。string[] | オブジェクト引数の名前。 |
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-long(-l)
|
|
![]() |
||
|
||||
-head(-hd)
|
int
|
![]() |
||
|
||||
-tail(-tl)
|
int
|
![]() |
||
|
||||
-type(-typ)
|
string
|
![]() ![]() |
||
|
||||
-panels(-p)
|
|
![]() |
||
|
||||
-editors(-ed)
|
|
![]() |
||
|
||||
-windows(-wnd)
|
|
![]() |
||
|
||||
-controls(-ctl)
|
|
![]() |
||
|
||||
-controlLayouts(-cl)
|
|
![]() |
||
|
||||
-collection(-col)
|
|
![]() |
||
|
||||
-radioMenuItemCollections(-rmc)
|
|
![]() |
||
|
||||
-menus(-m)
|
|
![]() |
||
|
||||
-menuItems(-mi)
|
|
![]() |
||
|
||||
-contexts(-ctx)
|
|
![]() |
||
|
||||
-cmdTemplates(-ct)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// List all windows. // lsUI -windows; // List all panels and editors. // lsUI -panels -editors; // Use the -typ/type flag to list all controls and control layouts. // Alternatively, you could use the -ctl/controls and -cl/controlLayouts // flags. // lsUI -type control -type controlLayout; // Or... // lsUI -controls -controlLayouts;