Interface IMainToolbarToggleButton
Interface that represents a built-in toolbar toggle button.
Inherited Members
Namespace: PSPDFKit.Api.Toolbar
Assembly: Api.dll
Syntax
public interface IMainToolbarToggleButton : IMainToolbarButton, IMainToolbarItem, INotifyPropertyChanged
Properties
| Edit this page View SourceIsSelected
Gets if the toolbar item is selected.
Declaration
bool? IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool? |