GPAL - Generally Positive Automation Library
v1.0
GPAL The Fluent Automation LIbrary
Toggle main menu visibility
Loading...
Searching...
No Matches
IGPALAutomationElement.cs
1
// =============================================================================
2
// GPAL - Generally Positive Automation Library
3
// Copyright © 2026 Software Decisions, Inc. All rights reserved.
4
//
5
// This file is part of GPAL.
6
// Licensed under the Business Source License 1.1
7
//
8
// Primary development, architecture, and vision by Michael B. Vederman,
9
// CEO of Software Decisions, Inc., Texas.
10
//
11
// Internal development maintained privately.
12
// Public releases appear on GitHub: https://github.com/SoftwareDecisionsInc/GPAL.
13
//
14
// See LICENSE for full terms, including Additional Use Grant.
15
// =============================================================================
16
17
//extern alias mUIA;
18
using
System.Windows.Automation;
19
20
namespace
GenerallyPositive.Application
21
{
22
public
interface
IGPALAutomationElement
23
{
24
AutomationElement Ae {
get
;
set
; }
25
IGPALElement
Gae {
get
;
set
; }
26
// mUIA.System.Windows.Automation.AutomationElement Mae { get; set; }
27
}
28
}
GenerallyPositive.Application.IGPALAutomationElement
Definition
IGPALAutomationElement.cs:23
GenerallyPositive.IGPALElement
Definition
Interfaces.cs:1190
GenerallyPositive.Application
Definition
Application.cs:32
Application
IGPALAutomationElement.cs
Generated by
1.17.0