Initializes a new instance of the PropertyGridProperty class.
Initializes a new instance of the PropertyGridProperty class.
[Visual Basic] Protected Sub New()
[C#] protected PropertyGridProperty();
[C++] protected: PropertyGridProperty();
[JScript] protected function PropertyGridProperty();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal PropertyGridElementFinder,ByVal ActionListener)
[C#] public PropertyGridProperty(AutomationElement,PropertyGridElementFinder,ActionListener);
[C++] public: PropertyGridProperty(AutomationElement*,PropertyGridElementFinder*,ActionListener*);
[JScript] public function PropertyGridProperty(AutomationElement,PropertyGridElementFinder,ActionListener);
PropertyGridProperty Class | White.Core.UIItems.PropertyGridItems Namespace