Click or drag to resize

PdfToolStripViewModes Class

Provides a container for Windows toolbar objects with predefined functionality for changing view modes
Inheritance Hierarchy

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

The PdfToolStripViewModes type exposes the following members.

Constructors
  NameDescription
Public methodPdfToolStripViewModes
Initializes a new instance of the PdfToolStripViewModes class
Top
Methods
  NameDescription
Protected methodInitializeButtons
Create all buttons and add its into toolbar. Override this method to create custom buttons
(Overrides PdfToolStripInitializeButtons.)
Protected methodOnModeHorizontalClick
Occurs when the Continuous Horizontal button is clicked
Protected methodOnModeSingleClick
Occurs when the Single Page button is clicked
Protected methodOnModeTilesClick
Occurs when the Continuous Facing button is clicked
Protected methodOnModeTwoPageClick
Occurs when the Facing button is clicked
Protected methodOnModeVerticalClick
Occurs when the Continuous Vertical button is clicked
Protected methodOnPdfViewerChanging
Called when the current PdfViewer control associated with the ToolStrip is changing.
(Overrides PdfToolStripOnPdfViewerChanging(PdfViewer, PdfViewer).)
Protected methodUpdateButtons
Called when the ToolStrip's items need to change its states
(Overrides PdfToolStripUpdateButtons.)
Top
See Also