Initializes a new instance of the ListItem class.
Initializes a new instance of the ListItem class.
[Visual Basic] Protected Sub New()
[C#] protected ListItem();
[C++] protected: ListItem();
[JScript] protected function ListItem();
[Visual Basic] Protected Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] protected ListItem(AutomationElement,ActionListener);
[C++] protected: ListItem(AutomationElement*,ActionListener*);
[JScript] protected function ListItem(AutomationElement,ActionListener);