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