Click here for NewsObjects Overview
VisibleColumnCount Property (Alert Control)
Windows - Visual C++


Read Only

Description
The VisibleColumnCount property returns the number of currently displayed columns.

Syntax
short count = GetVisibleColumnCount();
void SetVisibleColumnCount(short count);

The VisibleColumnCount syntax has these parts:
 

 Part

Description

value

An integer containing the number of displayed columns.

See Also: TotalColumnCount ColumnPosition ColumnIdentifier-Alert Control

Back to: Alert Properties