An NDoc Documented Class Library

ListViewColumn Constructor (AutomationElement, ActionListener, Int32)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener, _ 
   ByVal index As Integer _ 
)
[C#]
public ListViewColumn(
   AutomationElement automationElement,
   ActionListener actionListener,
   int index
);
[C++]
public: ListViewColumn(
   AutomationElement* automationElement,
   ActionListener* actionListener,
   int index
);
[JScript]
public function ListViewColumn(
   AutomationElement automationElement,
   ActionListener actionListener,
   int index
);

See Also

ListViewColumn Class | White.Core.UIItems.ListViewItems Namespace | ListViewColumn Constructor Overload List