InkToolbarToggleButton InkToolbarToggleButton InkToolbarToggleButton InkToolbarToggleButton Class

Definition

Represents an object that provides infrastructure for both built-in and custom toggle buttons on an InkToolbar.

public : class InkToolbarToggleButton : CheckBox, IInkToolbarToggleButtonpublic class InkToolbarToggleButton : CheckBox, IInkToolbarToggleButtonPublic Class InkToolbarToggleButton Inherits CheckBox Implements IInkToolbarToggleButton// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited properties

Inherited events

Inherited methods

Remarks

The InkToolbarToggleButton class cannot be instantiated directly. For user interface purposes, treat InkToolbarToggleButton as an abstract base class. Use the various built-in and custom InkToolbar buttons instead.

By default, the InkToolbar contains the following built-in buttons: Radio group toggle buttons

Standalone toggle button

InkToolbarToggleButton derived classes

InkToolbarToggleButton is the base class for:

Standalone toggle button (built-in)

Custom toggle buttons

Properties

ToggleKind ToggleKind ToggleKind ToggleKind

Gets the type of built-in or custom tool associated with the InkToolbarToggleButton.

public : InkToolbarToggle ToggleKind { get; }public InkToolbarToggle ToggleKind { get; }Public ReadOnly Property ToggleKind As InkToolbarToggle// This API is not available in Javascript.
See Also

See Also