Show / Hide Table of Contents

Class ShouldHideTabBar

Inheritance
System.Object
ShouldHideTabBar
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public sealed class ShouldHideTabBar : MulticastDelegate

Constructors

ShouldHideTabBar(Object, IntPtr)

Declaration
public ShouldHideTabBar(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(PTTabbedDocumentViewController, UITraitCollection, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(PTTabbedDocumentViewController tabbedDocumentViewController, UITraitCollection traitCollection, AsyncCallback callback, object object)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
UIKit.UITraitCollection traitCollection
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Boolean

Invoke(PTTabbedDocumentViewController, UITraitCollection)

Declaration
public virtual bool Invoke(PTTabbedDocumentViewController tabbedDocumentViewController, UITraitCollection traitCollection)
Parameters
Type Name Description
PTTabbedDocumentViewController tabbedDocumentViewController
UIKit.UITraitCollection traitCollection
Returns
Type Description
System.Boolean
Back to top Generated by DocFX