TotalColumnCount Property (Alert Control)
Windows - Visual C++
Read Only
Description
The TotalColumnCount property
returns the total number of columns that can be displayed, including
those that are currently invisible.
Syntax
short count = GetTotalColumnCount();
void SetTotalColumnCount(short count);
The TotalColumnCount syntax has
these parts:
Part |
Description |
|
count |
An integer containing the total number of columns. |
Remarks
The VisibleColumnCount
property returns the number of visible columns.
See Also: VisibleColumnCount ColumnPosition ColumnIdentifier-Alert Control
Back to: Alert Properties