Interface IToolbarItemToggleButton

Interface of toolbar toggle buttons.

Namespace: PSPDFKit.UI.ToolbarComponents
Assembly: PSPDFKit.dll
Syntax
public interface IToolbarItemToggleButton : IToolbarItemButton, IToolbarItem

Properties

Selected

Whether a custom item is selected or not.

Declaration
bool? Selected { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>