Tungsten
CopyDataTMessage Constructor (Form, PredicateString, Boolean) |
Constructs a new CopyData instance
Namespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
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
See Also