InkToolbarFlyoutItemKind InkToolbarFlyoutItemKind InkToolbarFlyoutItemKind InkToolbarFlyoutItemKind Enum

Definition

Specifies the types of buttons that can be used on an InkToolbar flyout.

public : enum class InkToolbarFlyoutItemKindpublic enum InkToolbarFlyoutItemKindPublic Enum InkToolbarFlyoutItemKind// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

Check Check Check Check

A check box.

Radio Radio Radio Radio

A basic radio button.

RadioCheck RadioCheck RadioCheck RadioCheck

A radio button that can be toggled on or off.

Simple Simple Simple Simple

A basic button.

See Also