Show / Hide Table of Contents

Interface ToolManager.IQuickMenuListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IQuickMenuListener

Methods

OnQuickMenuClicked(QuickMenuItem)

Declaration
bool OnQuickMenuClicked(QuickMenuItem menuItem)
Parameters
Type Name Description
QuickMenuItem menuItem
Returns
Type Description
System.Boolean

OnQuickMenuDismissed()

Declaration
void OnQuickMenuDismissed()

OnQuickMenuShown()

Declaration
void OnQuickMenuShown()

OnShowQuickMenu(QuickMenu, Annot)

Declaration
bool OnShowQuickMenu(QuickMenu quickmenu, Annot annot)
Parameters
Type Name Description
QuickMenu quickmenu
pdftronprivate.PDF.Annot annot
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX