ComponentOne FinancialChart for WPF
ShowMaximizeButton Property



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

Reference

C1Window Class
C1Window Members