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



In This Topic
    WindowState Property
    In This Topic
    Gets or sets a value that indicates whether a window is restored, minimized, or maximized.
    Syntax
    'Declaration
     
    
    Public Property WindowState As C1WindowState
    'Usage
     
    
    Dim instance As C1Window
    Dim value As C1WindowState
     
    instance.WindowState = value
     
    value = instance.WindowState
    public C1WindowState WindowState {get; set;}
    public:
    property C1WindowState WindowState {
       C1WindowState get();
       void set (    C1WindowState value);
    }
    See Also