ACAT.Extensions.Default.FunctionalAgents.LaunchAppAgent.LaunchAppAgent.createEditControlTextInterface C# (CSharp) Method

createEditControlTextInterface() protected method

Creates text control agent object
protected createEditControlTextInterface ( IntPtr handle, AutomationElement focusedElement, bool &handled ) : ACAT.Lib.Core.AgentManagement.TextInterface.TextControlAgentBase
handle System.IntPtr handle of target control
focusedElement System.Windows.Automation.AutomationElement automaton element
handled bool was this handled?
return ACAT.Lib.Core.AgentManagement.TextInterface.TextControlAgentBase
        protected override TextControlAgentBase createEditControlTextInterface(
                                                        IntPtr handle,
                                                        AutomationElement focusedElement,
                                                        ref bool handled)
        {
            return new LaunchAppTextControlAgent(handle, focusedElement, ref handled);
        }