Label that represents zoom 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 ZoomInfo As ToolStripStatusLabel
C#
public ToolStripStatusLabel ZoomInfo { get; }
Visual C++
public:
property ToolStripStatusLabel^ ZoomInfo {
	ToolStripStatusLabel^ get ();
}
JavaScript
function get_zoomInfo();

See Also