C# Class Mono.UIAutomation.TestFramework.Window

Inheritance: Element
Show file Open project: mono/uia2atk Class Usage Examples

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
Cancel ( ) : void
Cancel ( bool log ) : void
Close ( ) : void
Close ( bool log ) : void
Move ( double x, double y ) : void
Move ( double x, double y, bool log ) : void
No ( ) : void
No ( bool log ) : void
OK ( ) : void
OK ( bool log ) : void
Resize ( double width, double height ) : void
Resize ( double width, double height, bool log ) : void
Rotate ( double degree ) : void
Rotate ( double degree, bool log ) : void
Save ( ) : void
Save ( bool log ) : void
SetWindowVisualState ( WindowVisualState state ) : void
SetWindowVisualState ( WindowVisualState state, bool log ) : void
Window ( AutomationElement elm ) : System
Yes ( ) : void
Yes ( bool log ) : void

Private Methods

Method Description
ClickButton ( string name, bool log ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Cancel() public method

public Cancel ( bool log ) : void
log bool
return void

Close() public method

public Close ( ) : void
return void

Close() public method

public Close ( bool log ) : void
log bool
return void

Move() public method

public Move ( double x, double y ) : void
x double
y double
return void

Move() public method

public Move ( double x, double y, bool log ) : void
x double
y double
log bool
return void

No() public method

public No ( ) : void
return void

No() public method

public No ( bool log ) : void
log bool
return void

OK() public method

public OK ( ) : void
return void

OK() public method

public OK ( bool log ) : void
log bool
return void

Resize() public method

public Resize ( double width, double height ) : void
width double
height double
return void

Resize() public method

public Resize ( double width, double height, bool log ) : void
width double
height double
log bool
return void

Rotate() public method

public Rotate ( double degree ) : void
degree double
return void

Rotate() public method

public Rotate ( double degree, bool log ) : void
degree double
log bool
return void

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( bool log ) : void
log bool
return void

SetWindowVisualState() public method

public SetWindowVisualState ( WindowVisualState state ) : void
state WindowVisualState
return void

SetWindowVisualState() public method

public SetWindowVisualState ( WindowVisualState state, bool log ) : void
state WindowVisualState
log bool
return void

Window() public method

public Window ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
return System

Yes() public method

public Yes ( ) : void
return void

Yes() public method

public Yes ( bool log ) : void
log bool
return void

Property Details

UIAType public static property

public static ControlType,System.Windows.Automation UIAType
return System.Windows.Automation.ControlType