InkToolbarFlyoutItem InkToolbarFlyoutItem InkToolbarFlyoutItem InkToolbarFlyoutItem Class

Definition

Represents an InkToolbar button on a flyout. This item can be a basic button, a radio button, a radio toggle button, or a check box.

public : class InkToolbarFlyoutItem : ButtonBase, IInkToolbarFlyoutItempublic class InkToolbarFlyoutItem : ButtonBase, IInkToolbarFlyoutItemPublic Class InkToolbarFlyoutItem Inherits ButtonBase Implements IInkToolbarFlyoutItem// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Inherited Members

Inherited properties

Inherited events

Inherited methods

Constructors

InkToolbarFlyoutItem() InkToolbarFlyoutItem() InkToolbarFlyoutItem() InkToolbarFlyoutItem()

Properties

IsChecked IsChecked IsChecked IsChecked

Gets or sets whether the flyout item is checked.

public : PlatForm::Boolean IsChecked { get; set; }public bool IsChecked { get; set; }Public ReadWrite Property IsChecked As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if checked. Otherwise, false.

See Also

IsCheckedProperty IsCheckedProperty IsCheckedProperty IsCheckedProperty

Identifies the IsChecked dependency property.

public : static DependencyProperty IsCheckedProperty { get; }public static DependencyProperty IsCheckedProperty { get; }Public Static ReadOnly Property IsCheckedProperty As DependencyProperty// This API is not available in Javascript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the IsChecked dependency property.

See Also

Kind Kind Kind Kind

Gets or sets the type of button to use on the flyout.

public : InkToolbarFlyoutItemKind Kind { get; set; }public InkToolbarFlyoutItemKind Kind { get; set; }Public ReadWrite Property Kind As InkToolbarFlyoutItemKind// This API is not available in Javascript.
See Also

KindProperty KindProperty KindProperty KindProperty

Identifies the Kind dependency property.

public : static DependencyProperty KindProperty { get; }public static DependencyProperty KindProperty { get; }Public Static ReadOnly Property KindProperty As DependencyProperty// This API is not available in Javascript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the Kind dependency property.

See Also

Events

Checked Checked Checked Checked

Occurs when the flyout item is checked.

public : event TypedEventHandler Checked<InkToolbarFlyoutItem,  object>public event TypedEventHandler Checked<InkToolbarFlyoutItem,  object>Public Event Checked<InkToolbarFlyoutItem,  object>// This API is not available in Javascript.
See Also

Unchecked Unchecked Unchecked Unchecked

Occurs when the flyout item is unchecked.

public : event TypedEventHandler Unchecked<InkToolbarFlyoutItem,  object>public event TypedEventHandler Unchecked<InkToolbarFlyoutItem,  object>Public Event Unchecked<InkToolbarFlyoutItem,  object>// This API is not available in Javascript.
See Also

See Also