CopyData Constructor (Form, Predicate(String), Boolean)
From Tungsten Suite
Tungsten
|
|
CopyData Constructor (Form, PredicateString, Boolean) |
Constructs a new CopyData instance
Namespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
C#
public CopyData( Form parent, Predicate<string> filter, bool findAll )
Parameters
- parent
- Type: System.Windows.FormsForm
The Form which will send and receive messages - filter
- Type: SystemPredicateString
The predicate used to filter target windows by Window Text - findAll
- Type: SystemBoolean
If True, multiple windows can be targeted, otherwise only the first window found will be targeted