InkToolbarMenuButton InkToolbarMenuButton InkToolbarMenuButton InkToolbarMenuButton Class

Definition

Represents an InkToolbar button that invokes a menu of tools, defined by the host app.

public : class InkToolbarMenuButton : ToggleButton, IInkToolbarMenuButtonpublic class InkToolbarMenuButton : ToggleButton, IInkToolbarMenuButtonPublic Class InkToolbarMenuButton Inherits ToggleButton Implements IInkToolbarMenuButton// 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

Properties

IsExtensionGlyphShown IsExtensionGlyphShown IsExtensionGlyphShown IsExtensionGlyphShown

Gets or sets whether an extension glyph is shown on the menu button.

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

MenuKind MenuKind MenuKind MenuKind

Gets the type of menu button.

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

See Also