An NDoc Documented Class Library

PropertyGridProperty Constructor

Initializes a new instance of the PropertyGridProperty class.

Overload List

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);

See Also

PropertyGridProperty Class | White.Core.UIItems.PropertyGridItems Namespace