Gets or sets whether the maximize button of this window is shown.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool ShowCloseButton { get; set; }
Visual Basic
Public Property ShowCloseButton As Boolean
	Get
	Set

See Also