An NDoc Documented Class Library

PropertyGridProperty Constructor (AutomationElement, PropertyGridElementFinder, ActionListener)

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

See Also

PropertyGridProperty Class | White.Core.UIItems.PropertyGridItems Namespace | PropertyGridProperty Constructor Overload List