Show / Hide Table of Contents

Class PTMoreItemsViewController

Inheritance
System.Object
PTMoreItemsViewController
Implements
IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Namespace: pdftron.PDF.Controls
Assembly: Tools.dll
Syntax
public class PTMoreItemsViewController : UITableViewController, IPTOverridable, INativeObject, IDisposable

Constructors

PTMoreItemsViewController(NSCoder)

Declaration
public PTMoreItemsViewController(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTMoreItemsViewController(NSObjectFlag)

Declaration
protected PTMoreItemsViewController(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTMoreItemsViewController(PTToolManager)

Declaration
public PTMoreItemsViewController(PTToolManager toolManager)
Parameters
Type Name Description
PTToolManager toolManager

PTMoreItemsViewController(IntPtr)

Declaration
protected PTMoreItemsViewController(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Items

Declaration
public virtual UIBarButtonItem[] Items { get; set; }
Property Value
Type Description
UIKit.UIBarButtonItem[]

Implements

IPTOverridable
ObjCRuntime.INativeObject
System.IDisposable
Back to top Generated by DocFX