AuScGen.CommonUtilityPlugin.AutoITExtension.ControlTreeView C# (CSharp) Method

ControlTreeView() public method

public ControlTreeView ( string command, string extra1, string extra2, string control = "", int maxLen = 65535 ) : string
command string
extra1 string
extra2 string
control string
maxLen int
return string
        public string ControlTreeView(string command, string extra1, string extra2, string control = "", int maxLen = 65535)
        {
            return AutoItX.ControlTreeView(thiswindowHandle, ControlGetHandle(control), command, extra1, extra2, maxLen);
        }

Same methods

AutoITExtension::ControlTreeView ( string title, string text, string control, string command, string extra1, string extra2, int maxLen = 65535 ) : string