UNPKG
@ahmic/autoit-js
Version:
latest (2.1.0)
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
Node.js bindings for AutoItX3.dll
github.com/KasimAhmic/autoit-js
KasimAhmic/autoit-js
@ahmic/autoit-js
/
dist
/
control-list-view-by-handles.d.ts
3 lines
(2 loc)
•
244 B
TypeScript
View Raw
1
2
3
import
{
ListViewCommand
}
from
'./control-list-view'
;
export
declare
function
ControlListViewByHandle
(
windowHandle
:
bigint
,
controlHandle
:
bigint
,
command
:
ListViewCommand
,
option1
?:
string
,
option2
?:
string
,
characterCount
?:
number
):
string
;