public int ControlShow(string title, string text, string control) { return(AutoItX.ControlShow(title, text, control)); }
public int ControlShow(string control = "") { return(AutoItX.ControlShow(thiswindowHandle, ControlGetHandle(control))); }