|
|
|
@ -3,21 +3,22 @@ _Only available in the Plus Edition_ |
|
|
|
|
|
|
|
Derives from Xceed.Wpf.Toolkit.Primitives.WindowControl |
|
|
|
|
|
|
|
A version of the [ChildWindow](ChildWindow) with additional Properties and Events. |
|
|
|
A version of the [[ChildWindow]] with additional Properties and Events. |
|
|
|
|
|
|
|
## Properties |
|
|
|
|| Property || Description |
|
|
|
| * | All the Properties from [ChildWindow](ChildWindow) |
|
|
|
| IsMaximized | Gets or sets whether the control is maximized. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| MaximizeButtonStyle | Gets or sets the Maximize button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| MinimizeButtonStyle | Gets or sets the Minimize button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| ResizeMode | Gets or sets the resize mode. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| RestoreButtonStyle | Gets or sets the Restore button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
### Properties |
|
|
|
| Property | Description | |
|
|
|
| --- | --- | |
|
|
|
| * | All the Properties from [[ChildWindow]] | |
|
|
|
| IsMaximized | Gets or sets whether the control is maximized. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| MaximizeButtonStyle | Gets or sets the Maximize button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| MinimizeButtonStyle | Gets or sets the Minimize button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| ResizeMode | Gets or sets the resize mode. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| RestoreButtonStyle | Gets or sets the Restore button's style. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
|
|
|
|
## Events |
|
|
|
|| Event || Description |
|
|
|
| * | All the Events from [ChildWindow](ChildWindow) |
|
|
|
| MaximizeButtonClicked | Raised when the Maximize button is clicked. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| MinimizeButtonClicked | Raised when the Minimize button is clicked. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
| WindowResizeThumbDrag | Raised when the window resize thumb is dragged. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) |
|
|
|
--- |
|
|
|
### Events |
|
|
|
| Event | Description | |
|
|
|
| --- | --- | |
|
|
|
| * | All the Events from [[ChildWindow]] | |
|
|
|
| MaximizeButtonClicked | Raised when the Maximize button is clicked. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| MinimizeButtonClicked | Raised when the Minimize button is clicked. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |
|
|
|
| WindowResizeThumbDrag | Raised when the window resize thumb is dragged. (Inherited from Xceed.Wpf.Toolkit.Primitives.WindowControl) | |