UNPKG

@ahmic/autoit-js

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