BrightIdeasSoftware.ObjectListView.SelectAll C# (CSharp) Method

SelectAll() public method

Select all rows in the listview
public SelectAll ( ) : void
return void
        public virtual void SelectAll()
        {
            NativeMethods.SelectAllItems(this);
        }
ObjectListView