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


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

Reference

C1Window Class
C1Window Members