| TreeView REALbasic Plugin |
|
TreeView.ColumnHeaderImageAlignment Method
Sets or gets the header image alignment for a specific column header.
ColumnHeaderImageAlignment(
index as Integer) as Integer
ColumnHeaderImageAlignment(
index as Integer
assigns value as Integer)
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 of the type TreeViewAlignment
Returns
- Integer
- Returns the integer value from the header when using the getter.
Remarks
See Also
TreeView Control