Interface ICustomMainToolbarToggleButton

Interface that represents a custom toolbar toggle button.

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

Properties

| Edit this page View Source

IsSelected

Declaration
bool? IsSelected { get; }
Property Value
Type Description
bool?