Interface ICustomMainToolbarButton

Interface that represents a custom button on main toolbar.

Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface ICustomMainToolbarButton : ICustomMainToolbarItem, IMainToolbarButton, IMainToolbarItem, INotifyPropertyChanged

Properties

| Edit this page View Source

ResponsiveGroup

Gets or sets the toolbar type to which the button belongs. It can be used to link multiple toolbar items to the same toolbar type. Those items will be hidden when the responsive group icon is displayed and can be seen when we click (i.e. open) the group. Whenever a toolbar item is active and its responsive group is shown, the responsive group is open so the active state can be seen.

Declaration
string ResponsiveGroup { get; set; }
Property Value
Type Description
string

Events

| Edit this page View Source

Clicked

Occurs when the button with Id is clicked/tapped.

Declaration
event EventHandler Clicked
Event Type
Type Description
EventHandler