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

ClassNameDescription
stringtitleA title.

Return value

ClassDescription
boolA 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

Copyright © Cooker All rights reserved.