Edit

TabbedCommandBarItem Class

Definition

A Windows.UI.Xaml.Controls.CommandBar to be displayed in a TabbedCommandBar

[Windows.UI.Xaml.TemplatePart(Name="PrimaryItemsControl", Type=typeof(Windows.UI.Xaml.Controls.ItemsControl))]
[Windows.UI.Xaml.TemplatePart(Name="MoreButton", Type=typeof(Windows.UI.Xaml.Controls.Button))]
public class TabbedCommandBarItem : Windows.UI.Xaml.Controls.CommandBar
[<Windows.UI.Xaml.TemplatePart(Name="PrimaryItemsControl", Type=typeof(Windows.UI.Xaml.Controls.ItemsControl))>]
[<Windows.UI.Xaml.TemplatePart(Name="MoreButton", Type=typeof(Windows.UI.Xaml.Controls.Button))>]
type TabbedCommandBarItem = class
    inherit CommandBar
Public Class TabbedCommandBarItem
Inherits CommandBar
Inheritance
Windows.UI.Xaml.Controls.CommandBar
TabbedCommandBarItem
Attributes
Windows.UI.Xaml.TemplatePartAttribute

Constructors

Name Description
TabbedCommandBarItem()

Initializes a new instance of the TabbedCommandBarItem class.

Fields

Name Description
CommandAlignmentProperty

Identifies the CommandAlignment property.

HeaderProperty

Identifies the Header property.

IsContextualProperty

Identifies the IsContextual property.

OverflowButtonAlignmentProperty

Identifies the OverflowButtonAlignment property.

Properties

Name Description
CommandAlignment

Gets or sets a value indicating the alignment of the commands in the TabbedCommandBarItem.

Header

Gets or sets the text or Windows.UI.Xaml.UIElement to display in the header of this TabbedCommandBar tab.

IsContextual

Gets or sets a value indicating whether this tab is contextual.

OverflowButtonAlignment

Gets or sets a value indicating the alignment of the command overflow button.

Methods

Name Description
OnApplyTemplate() Windows.UI.Xaml.Controls.CommandBar.OnApplyTemplate

Applies to