ComponentOne FinancialChart for WPF
ShowMinimizeButton Property



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

Reference

C1Window Class
C1Window Members