System.Windows.Forms.ListView.ColumnHeaderCollection.ColumnHeaderCollection C# (CSharp) Method

ColumnHeaderCollection() public method

public ColumnHeaderCollection ( ListView owner ) : System.Collections
owner ListView
return System.Collections
			public ColumnHeaderCollection (ListView owner)
			{
				list = new ArrayList ();
				this.owner = owner;
			}
			#endregion	// Public Constructor