Property that represents labels included into status bar.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Labels As PreviewStatusBar..::.PreviewStatusBarLabels
C#
public PreviewStatusBar..::.PreviewStatusBarLabels Labels { get; }
Visual C++
public:
property PreviewStatusBar..::.PreviewStatusBarLabels^ Labels {
	PreviewStatusBar..::.PreviewStatusBarLabels^ get ();
}
JavaScript
function get_labels();

See Also