An NDoc Documented Class Library

WPFListItem Constructor

Initializes a new instance of the WPFListItem class.

Overload List

Initializes a new instance of the WPFListItem class.

[Visual Basic] Protected Sub New()
[C#] protected WPFListItem();
[C++] protected: WPFListItem();
[JScript] protected function WPFListItem();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public WPFListItem(AutomationElement,ActionListener);
[C++] public: WPFListItem(AutomationElement*,ActionListener*);
[JScript] public function WPFListItem(AutomationElement,ActionListener);

See Also

WPFListItem Class | White.Core.UIItems.ListBoxItems Namespace