wfpool class : ExistByTitle(string) method
Description
Gets a value indicating whether a top-level window with the specified title exists.
Syntax
wfpoolInstance.ExistByTitle(string title)
Arguments
| Class | Name | Description |
| string | title | A title. |
Return value
| Class | Description |
| bool | A value that indicates whether it exists. |
Sample code
| 1: | wfpool wfp; |
| 2: | bool exist = wfp.ExistByTitle("some title..."); |
Notes
The top-level windows are windows that do not have a parent.
Links for reference
None


