ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / ShowCloseButton Property



In This Topic
    ShowCloseButton Property
    In This Topic
    Gets or sets whether the close 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