ComponentOne FinancialChart for WPF
ShowCloseButton Property



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

Reference

C1Window Class
C1Window Members