Advanced status bar that shows and allows editing the zoom and page index of the linked DocumentDesigner.

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

Syntax

Visual Basic
<ToolboxBitmapAttribute(GetType(PreviewStatusBar))> _
Public Class PreviewStatusBar _
	Inherits StatusStrip _
	Implements ISupportInitialize
C#
[ToolboxBitmapAttribute(typeof(PreviewStatusBar))]
public class PreviewStatusBar : StatusStrip, 
	ISupportInitialize
Visual C++
[ToolboxBitmapAttribute(typeof(PreviewStatusBar))]
public ref class PreviewStatusBar : public StatusStrip, 
	ISupportInitialize
JavaScript
Greatis.PrintSuite.Designer.PreviewStatusBar = function();

Type.createClass(
	'Greatis.PrintSuite.Designer.PreviewStatusBar',
	StatusStrip,
	ISupportInitialize);

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ToolStrip
            System.Windows.Forms..::..StatusStrip
              Greatis.PrintSuite.Designer..::..PreviewStatusBar

See Also