TabbedCommandBarItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CommandBarTabbedCommandBarItem
- Attributes
-
Windows.UI.Xaml.TemplatePartAttribute
Constructors
TabbedCommandBarItem() |
Initializes a new instance of the TabbedCommandBarItem class. |
Fields
CommandAlignmentProperty |
Identifies the CommandAlignment property. |
HeaderProperty |
Identifies the Header property. |
IsContextualProperty |
Identifies the IsContextual property. |
OverflowButtonAlignmentProperty |
Identifies the OverflowButtonAlignment property. |
Properties
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
OnApplyTemplate() | Windows.UI.Xaml.Controls.CommandBar.OnApplyTemplate |