Advanced toolbar that controls preview linked with DocumentDesigner.

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

Syntax

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

Type.createClass(
	'Greatis.PrintSuite.Designer.PreviewToolbar',
	ToolStrip,
	ISupportInitialize);

Inheritance Hierarchy

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

See Also