ACAT.Extensions.Default.FunctionalAgents.NewFile.NewFileAgent.createEditControlTextInterface C# (CSharp) Méthode

createEditControlTextInterface() protected méthode

Creates and returns the text control object for this agent
protected createEditControlTextInterface ( IntPtr handle, AutomationElement focusedElement, bool &handled ) : ACAT.Lib.Core.AgentManagement.TextInterface.TextControlAgentBase
handle System.IntPtr handle of the edit control
focusedElement System.Windows.Automation.AutomationElement automation element
handled bool was this handled?
Résultat ACAT.Lib.Core.AgentManagement.TextInterface.TextControlAgentBase
        protected override TextControlAgentBase createEditControlTextInterface(IntPtr handle,
                                                                        AutomationElement focusedElement,
                                                                        ref bool handled)
        {
            return new NewFileTextControlAgent(handle, focusedElement, ref handled);
        }