Click or drag to resize

PdfToolStripZoom Class

Provides a container for Windows toolbar objects with predefined functionality for zooming
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsToolStrip
            Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStrip
              Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStripZoomEx
                Patagames.Pdf.Net.Controls.WinForms.ToolBarsPdfToolStripZoom

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

The PdfToolStripZoom type exposes the following members.

Constructors
 NameDescription
Public methodPdfToolStripZoomInitializes a new instance of the PdfToolStripZoom class
Top
Methods
 NameDescription
Protected methodInitializeButtons Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripZoomExInitializeButtons)
Protected methodOnComboBoxKeyDown Occurs when a key is pressed and held down while the ComboBox has focus.
Protected methodOnComboBoxSelectedIndexChanged Occurs the the selected index changed
Protected methodUpdateButtons Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripZoomExUpdateButtons)
Top
See Also