UNPKG

@ahmic/autoit-js

Version:
3 lines (2 loc) 244 B
import { TreeViewCommand } from './control-tree-view'; export declare function ControlTreeViewByHandle(windowHandle: bigint, controlHandle: bigint, command: TreeViewCommand, option1?: string, option2?: string, characterCount?: number): string;