InkToolbarToolButton InkToolbarToolButton InkToolbarToolButton InkToolbarToolButton Class

Definition

Provides a base class for all built-in and custom buttons on an InkToolbar.

public : class InkToolbarToolButton : RadioButton, IInkToolbarToolButtonpublic class InkToolbarToolButton : RadioButton, IInkToolbarToolButtonPublic Class InkToolbarToolButton Inherits RadioButton Implements IInkToolbarToolButton// 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 InkToolbarToolButton class cannot be instantiated directly. Use the various built-in and custom InkToolbar pen buttons instead.

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

Radio group toggle buttons

Standalone toggle button

InkToolbarToolButton derived classes

InkToolbarToolButton is the base class for:

Pen buttons

Tool buttons

Custom pen buttons

Custom tool buttons

Radio group toggle buttons (built-in)

Standalone toggle button (built-in)

Properties

IsExtensionGlyphShown IsExtensionGlyphShown IsExtensionGlyphShown IsExtensionGlyphShown

Gets or sets whether a glyph is shown on the InkToolbarToolButton to indicate the presence of an ink stroke configuration flyout.

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

true if the glyph is shown; otherwise, false.

See Also

IsExtensionGlyphShownProperty IsExtensionGlyphShownProperty IsExtensionGlyphShownProperty IsExtensionGlyphShownProperty

Identifies the IsExtensionGlyphShown dependency property.

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

ToolKind ToolKind ToolKind ToolKind

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

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

See Also