TreeView.ColumnHeaderImageAlignment Method
Sets or gets the header image alignment for a specific column header.

ColumnHeaderImageAlignment(
index
as Integer)
as TreeView.HeaderImageAlignmentValues

ColumnHeaderImageAlignment(
index
as Integer
assigns value
as TreeView.HeaderImageAlignmentValues)
Parameters
- index
- The index of the header to set or get the text for.
- value (assignment parameter)
- The alignment constant value to put in the header when using the setter. This can be any value from the TreeView.TreeView.HeaderImageAlignmentValues enum.
Returns
- TreeView.HeaderImageAlignmentValues
- Returns the integer value from the header when using the getter.
Remarks
See Also
TreeView Control