All the controls missing in WPF. Over 1 million downloads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.0 KiB

WindowControl Plus

Only available in the Plus Edition

Derives from ContentControl

The control used to build the ChildWindow Plus, MessageBox Plus and StyleableWindow. It contains the base data for a window.

Properties

|| Property || Description | * | All the Properties from 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 | 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.