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 Field Type Constant Value Summary
IsSeparatorVisibleProperty DependencyProperty
Identifies the IsSeparatorVisible dependency property.
static
ParentWindowCommandsProperty DependencyProperty
Identifies the ParentWindowCommands dependency property.
static

Properties

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

Methods

Name Return Value Summary
OnApplyTemplate() void