Show / Hide Table of Contents

Class FormToolbar

Inheritance
System.Object
InsectHandlerToolbar
BaseToolbar
FormToolbar
Implements
ToolManager.IToolChangedListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Inherited Members
BaseToolbar.GetNormalBitmapDrawable(Context, Int32, Int32, Int32, Boolean)
BaseToolbar.GetSpinnerBitmapDrawable(Context, Int32, Int32, Int32, Boolean)
BaseToolbar.InitializeButtons()
BaseToolbar.SafeAddButtons(Int32)
BaseToolbar.SelectButton(Int32)
BaseToolbar.SetViewDrawable(Context, Int32, Boolean, Int32, Drawable, Drawable, Int32)
BaseToolbar.MButtonStayDown
BaseToolbar.MButtons
BaseToolbar.MEventAction
BaseToolbar.MSelectedButtonId
BaseToolbar.MSelectedToolId
BaseToolbar.MToolManager
BaseToolbar.MToolbarBackgroundColor
BaseToolbar.MToolbarCloseIconColor
BaseToolbar.MToolbarToolBackgroundColor
BaseToolbar.MToolbarToolIconColor
BaseToolbar.ButtonsClickListener
BaseToolbar.IsShowing
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class FormToolbar : BaseToolbar, ToolManager.IToolChangedListener, IJavaObject, IDisposable, IJavaPeerable

Constructors

FormToolbar(Context)

Declaration
public FormToolbar(Context context)
Parameters
Type Name Description
Android.Content.Context context

FormToolbar(Context, IAttributeSet)

Declaration
public FormToolbar(Context context, IAttributeSet attrs)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs

FormToolbar(Context, IAttributeSet, Int32)

Declaration
public FormToolbar(Context context, IAttributeSet attrs, int defStyleAttr)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs
System.Int32 defStyleAttr

FormToolbar(Context, IAttributeSet, Int32, Int32)

Declaration
public FormToolbar(Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs
System.Int32 defStyleAttr
System.Int32 defStyleRes

FormToolbar(IntPtr, JniHandleOwnership)

Declaration
protected FormToolbar(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Fields

SCHECKMARKLABEL

Declaration
public const string SCHECKMARKLABEL = "FILL_CHECK"
Field Value
Type Description
System.String

SCROSSLABEL

Declaration
public const string SCROSSLABEL = "FILL_CROSS"
Field Value
Type Description
System.String

SDOTLABEL

Declaration
public const string SDOTLABEL = "FILL_DOT"
Field Value
Type Description
System.String

StartModeFillAndSignToolbar

Declaration
public const int StartModeFillAndSignToolbar = 1
Field Value
Type Description
System.Int32

StartModePrepareFormToolbar

Declaration
public const int StartModePrepareFormToolbar = 0
Field Value
Type Description
System.Int32

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers
Overrides
BaseToolbar.JniPeerMembers

MSelectedButtonExtra

Declaration
protected string MSelectedButtonExtra { get; set; }
Property Value
Type Description
System.String

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr
Overrides
BaseToolbar.ThresholdClass

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type
Overrides
BaseToolbar.ThresholdType

Methods

Close()

Declaration
public virtual void Close()

ClosePopups()

Declaration
public virtual void ClosePopups()

HandleKeyUp(Int32, KeyEvent)

Declaration
public virtual bool HandleKeyUp(int keyCode, KeyEvent e)
Parameters
Type Name Description
System.Int32 keyCode
Android.Views.KeyEvent e
Returns
Type Description
System.Boolean

SelectTool(View, Int32)

Declaration
public override void SelectTool(View view, int id)
Parameters
Type Name Description
Android.Views.View view
System.Int32 id
Overrides
BaseToolbar.SelectTool(View, Int32)

SetButtonStayDown(Boolean)

Declaration
public virtual void SetButtonStayDown(bool value)
Parameters
Type Name Description
System.Boolean value

SetFormToolbarListener(FormToolbar.IFormToolbarListener)

Declaration
public virtual void SetFormToolbarListener(FormToolbar.IFormToolbarListener listener)
Parameters
Type Name Description
FormToolbar.IFormToolbarListener listener

SetMode(Int32)

Declaration
public virtual void SetMode(int mode)
Parameters
Type Name Description
System.Int32 mode

Setup(ToolManager)

Declaration
public virtual void Setup(ToolManager toolManager)
Parameters
Type Name Description
ToolManager toolManager

Show(ToolManager.ToolMode)

Declaration
public virtual void Show(ToolManager.ToolMode toolMode)
Parameters
Type Name Description
ToolManager.ToolMode toolMode

ToolChanged(ToolManager.ITool, ToolManager.ITool)

Declaration
public virtual void ToolChanged(ToolManager.ITool newTool, ToolManager.ITool oldTool)
Parameters
Type Name Description
ToolManager.ITool newTool
ToolManager.ITool oldTool

UpdateButtonsVisibility()

Declaration
public virtual void UpdateButtonsVisibility()

Events

FormToolbarWillClose

Declaration
public event EventHandler FormToolbarWillClose
Event Type
Type Description
System.EventHandler

Implements

ToolManager.IToolChangedListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Back to top Generated by DocFX