An NDoc Documented Class Library

PropertyGridElementFinder Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement _ 
)
[C#]
public PropertyGridElementFinder(
   AutomationElement automationElement
);
[C++]
public: PropertyGridElementFinder(
   AutomationElement* automationElement
);
[JScript]
public function PropertyGridElementFinder(
   AutomationElement automationElement
);

See Also

PropertyGridElementFinder Class | White.Core.UIItems.PropertyGridItems Namespace