MindFusion.Wpf Pack Programmer's Guide
Window.CanClose Property
See Also
 





Gets or sets a value indicating whether the window will display a 'Close' button in its title bar. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public bool CanClose { get; set; }

Visual Basic  Copy Code

Public Property CanClose As Boolean

 Property Value

true to display the 'Close' button; otherwise, false.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
CanMove Property