ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Button(parentWindow, buttonId) constructor
Namespaces > ArtOfTest.WebAii.Win32 > Button > ButtonNew(Window, Int32)
Create a new button using the button id
Syntax
C#
public Button (
	Window parentWindow,
	int buttonId
)
Parameters
parentWindow (Window)
The parent window object.
buttonId (Int32)
The button id.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)