Class for representation labels included into status bar.

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

Syntax

Visual Basic (Declaration)
Public Class PreviewStatusBarLabels _
	Inherits Component
C#
public class PreviewStatusBarLabels : Component
Visual C++
public ref class PreviewStatusBarLabels : public Component
JavaScript
Greatis.PrintSuite.Designer.PreviewStatusBarLabels = function();

Type.createClass(
	'Greatis.PrintSuite.Designer.PreviewStatusBarLabels',
	Component);

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Greatis.PrintSuite.Designer..::.PreviewStatusBar..::.PreviewStatusBarLabels

See Also