[This is preliminary documentation and is subject to change.]
Searches for immediate children of current window with given parameters
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Win32Window[] FindChildren( string text, string className ) |
| Visual Basic |
|---|
Public Function FindChildren ( _ text As String, _ className As String _ ) As Win32Window() |
| Visual C++ |
|---|
public: array<Win32Window^>^ FindChildren( String^ text, String^ className ) |
| F# |
|---|
member FindChildren : text:string * className:string -> Win32Window[] |
| JScript |
|---|
public function FindChildren( text : String, className : String ) : Win32Window[] |
Parameters
- text
- Type: System..::..String
Text of windows to search for. Ignored when null. Can contain wildcards characters - see LikeString(String, String, CompareMethod).
- className
- Type: System..::..String
Name of class of windows to search for. Ignored when null.
Return Value
Immediate children of current window with given characteristics.
Remarks
When both - text and className are null, all children returned.
See Also
Version History
1.5.3
- This function is new in version 1.5.3