# WindowControl Plus _Only available in the Plus Edition_ Derives from ContentControl The control used to build the [ChildWindow Plus](ChildWindow-Plus), [MessageBox Plus](MessageBox-Plus) and [StyleableWindow](StyleableWindow). It contains the base data for a window. ## Properties || Property || Description | * | All the Properties from [WindowControl](WindowControl) | IsMaximized | Gets or sets if the Window is using full screen. | MaximizeButtonStyle | Gets or sets the style for the Maximize button. | MinimizeButtonStyle | Gets or sets the style for the Minimize button. | ResizeMode | Gets or sets the mode for resizing (NoResize, CanMinimize, CanResize or CanResizeWithGrip). | RestoreButtonStyle | Gets or sets the style for the Restore button. ## Events || Event || Description | * | All the Events from [WindowControl](WindowControl) | MaximizeButtonClicked | Raised when the Maximize button is clicked. | MinimizeButtonClicked | Raised when the Minimize button is clicked. | WindowResizeThumbDrag | Raised when the window resize thumb is dragged. ---