ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Button(parentWindow, buttonCaption, isPartial) constructor
Namespaces > ArtOfTest.WebAii.Win32 > Button > ButtonNew(IntPtr, String, Boolean)
Create a new button using a parent window and the button caption. Can use partial caption.
Syntax
C#
public Button (
	IntPtr parentWindow,
	string buttonCaption,
	bool isPartial
)
Parameters
parentWindow (IntPtr)
The parent window that contains the button.
buttonCaption (String)
The button caption.
isPartial (Boolean)
True/False whether the caption is partial.

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