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


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

Reference

C1Window Class
C1Window Members