ComponentOne Basic Library for WPF and Silverlight
ShowCloseButton Property (C1Window)


C1.Silverlight Namespace > C1Window Class : ShowCloseButton Property
Gets or sets whether the maximize button of this window is shown.
Syntax
'Declaration
 
Public Property ShowCloseButton As System.Boolean
'Usage
 
Dim instance As C1Window
Dim value As System.Boolean
 
instance.ShowCloseButton = value
 
value = instance.ShowCloseButton
public System.bool ShowCloseButton {get; set;}
See Also

Reference

C1Window Class
C1Window Members