ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / WindowState Property

In This Topic
    WindowState Property (C1DockWindow)
    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
    public C1WindowState WindowState {get; set;}
    See Also