Beispiel #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="control">
 /// The control for which this object is providing UI Automation functionality.
 /// </param>
 public TransformProvider(CustomControl control)
 {
     customControl = control;
     windowHandle  = control.Handle;
 }