Edit

Share via


TabbedCommandBar Class

Definition

A basic TabbedCommandBar control that houses TabbedCommandBarItems

[Microsoft.UI.Xaml.Markup.ContentProperty(Name="MenuItems")]
[Microsoft.UI.Xaml.TemplatePart(Name="PART_TabbedCommandBarContent", Type=typeof(Microsoft.UI.Xaml.Controls.ContentControl))]
[Microsoft.UI.Xaml.TemplatePart(Name="PART_TabbedCommandBarContentBorder", Type=typeof(Microsoft.UI.Xaml.Controls.Border))]
[Microsoft.UI.Xaml.TemplatePart(Name="PART_TabChangedStoryboard", Type=typeof(Microsoft.UI.Xaml.Media.Animation.Storyboard))]
public class TabbedCommandBar : Microsoft.UI.Xaml.Controls.NavigationView
[<Microsoft.UI.Xaml.Markup.ContentProperty(Name="MenuItems")>]
[<Microsoft.UI.Xaml.TemplatePart(Name="PART_TabbedCommandBarContent", Type=typeof(Microsoft.UI.Xaml.Controls.ContentControl))>]
[<Microsoft.UI.Xaml.TemplatePart(Name="PART_TabbedCommandBarContentBorder", Type=typeof(Microsoft.UI.Xaml.Controls.Border))>]
[<Microsoft.UI.Xaml.TemplatePart(Name="PART_TabChangedStoryboard", Type=typeof(Microsoft.UI.Xaml.Media.Animation.Storyboard))>]
type TabbedCommandBar = class
    inherit NavigationView
Public Class TabbedCommandBar
Inherits NavigationView
Inheritance
Microsoft.UI.Xaml.Controls.NavigationView
TabbedCommandBar
Attributes
Microsoft.UI.Xaml.Markup.ContentPropertyAttribute Microsoft.UI.Xaml.TemplatePartAttribute

Constructors

TabbedCommandBar()

Initializes a new instance of the TabbedCommandBar class.

Methods

OnApplyTemplate() Microsoft.UI.Xaml.Controls.NavigationView.OnApplyTemplate

Applies to