Label that represents page number and total page count information in the status bar.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PageInfo As ToolStripStatusLabel
C#
public ToolStripStatusLabel PageInfo { get; }
Visual C++
public:
property ToolStripStatusLabel^ PageInfo {
	ToolStripStatusLabel^ get ();
}
JavaScript
function get_pageInfo();

See Also