Click or drag to resize

PdfToolStrip Class

Represents the base functionality for all PdfToolStrips
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsToolStrip
            Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStrip
              More

Namespace: Patagames.Pdf.Net.Controls.WinForms.ToolBars
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.89.2704
Syntax
public class PdfToolStrip : ToolStrip

The PdfToolStrip type exposes the following members.

Constructors
 NameDescription
Public methodPdfToolStrip Initialize the new instance of PdfToolStrip class
Top
Properties
 NameDescription
Public propertyPdfViewer Gets or sets PdfViewer control associated with this PdfToolStrip control
Top
Methods
 NameDescription
Protected methodCreateButton Create a new instance of ToolStripButton class with the specified name that displays the specified text and image and that raises the Click event.
Protected methodInitializeButtons Create all buttons and add its into toolbar. Override this method to create custom buttons
Protected methodOnPdfViewerChanging Called when the current PdfViewer control associated with the ToolStrip is changing.
Protected methodUpdateButtons Called when the ToolStrip's items need to change its states
Top
See Also
Inheritance Hierarchy