[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 );
ListViewColumn Class | White.Core.UIItems.ListViewItems Namespace | ListViewColumn Constructor Overload List