ListView::ColumnHeaderCollection::Add Method (String^, String^, Int32, HorizontalAlignment, Int32)
.NET Framework (current version)
Creates and adds a column with the specified key, aligned text, width, and image index to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual ColumnHeader^ Add( String^ key, String^ text, int width, HorizontalAlignment textAlign, int imageIndex )
Parameters
- key
-
Type:
System::String^
The key of the column header.
- text
-
Type:
System::String^
The text to display in the column header.
- width
-
Type:
System::Int32
The initial width of the column header.
- textAlign
-
Type:
System.Windows.Forms::HorizontalAlignment
One of the HorizontalAlignment values.
- imageIndex
-
Type:
System::Int32
The index value of the image to display in the column.
Return Value
Type: System.Windows.Forms::ColumnHeader^The ColumnHeader with the specified key, aligned text, width, and image index that has been added to the collection.
The Name property corresponds to the key for a column in the ListView::ColumnHeaderCollection.
The column is added at the end of the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: