RanorexNetRanorexNet Documentation
FindFormTitle Method (title)
NamespacesRanorexApplicationFindFormTitle(String)
The function retrieves a new form whose title match the specified strings.
Declaration Syntax
C#Visual BasicVisual C++
public static Form FindFormTitle(
	string title
)
Public Shared Function FindFormTitle ( _
	title As String _
) As Form
public:
static Form^ FindFormTitle(
	String^ title
)
Parameters
title (String)
Title of the application.
Return Value
A new form or null if an error occurs.
Remarks
This function does not search child windows. This function performs a case-sensitive search. To search child windows, use the FormFindChild... functions. If an application cannot find a form, the function returns null.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the title is null.
ControlNotFoundExceptionThrown when a control with the title cannot be found.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524