ColumnPosition Property (Alert Control)
Windows - Visual C++
Description
The ColumnPosition property returns
or sets the position of a column.
Syntax
short position =
GetColumnPosition(LPCTSTR ColumnIdentifier);
void
SetColumnPosition(LPCTSTR ColumnIdentifier, short position);
The ColumnPosition syntax has these parts:
Part |
Description |
|
Columnidentifier |
A String containing the column identifier string, as described in Remarks. |
|
position |
An integer describing the position of the column. 1 is the first position and a position of -1 indicates that the column is not visible. |
Remarks
The
column identifier string may be obtained by using the
ColumnIdentifier property. See the appropriate ColumnIdentifier
property for a list of column identifier strings.
See Also: ColumnIdentifier-Alert Control TotalColumnCount VisibleColumnCount
Back to: Alert Properties