WindowCommandsItem Class

Namespace
MahApps.Metro.Controls
Base Types
  • ContentControl
graph BT Type-->Base0["ContentControl"] Type["WindowCommandsItem"] class Type type-node

Syntax

[TemplatePart(Name = PART_ContentPresenter, Type = typeof(UIElement))]
[TemplatePart(Name = PART_Separator, Type = typeof(UIElement))]
public class WindowCommandsItem : ContentControl

Attributes

Type Description
TemplatePart
TemplatePart

Fields

Name Constant Value Summary
IsSeparatorVisibleProperty
Identifies the IsSeparatorVisible dependency property.
static
ParentWindowCommandsProperty
Identifies the ParentWindowCommands dependency property.
static

Properties

Name Value Summary
IsSeparatorVisible bool
Gets or sets the value indicating whether to show the separator.
ParentWindowCommands WindowCommands

Methods

Name Value Summary
OnApplyTemplate() void