Window
Adds supports for [System.Windows.Forms.Form](https://msdn.microsoft.com/en-us/library/system.windows.forms.form(v=vs.110).aspx)
Implementation Details:
Component Selector: 'wm-window'
Kendo UI Component: Kendo Window
Class inheritance
WindowComponent extends ControlComponent.
PME Support
Properties
Property | Get/Set | Notify Changes | Details |
text: string | Yes | Yes | Inherited from ControlComponent see ControlComponent. |
name: string | Yes | No | Inherited from ControlComponent see ControlComponent. |
enabled: boolean | Yes | No | Inherited from ControlComponent see ControlComponent. |
visible: boolean | Yes | No | Inherited from ControlComponent see ControlComponent. |
isMdiContainer : boolean | Yes | No | Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms. |
top: number | Get | No | The window top position. Return NaN if it does not exists in the model. |
left: number | Get | No | The window left position. Return NaN if it does not exists in the model. |
isModal: boolean | Yes | No | Get or sets the value = true if the window is a modal. |
isMdiContainer: boolean | Yes | No | Gets or sets the value = true if the window is a MDI container. |
windowState: WindowState | Yes | Yes | Gets or sets the value of the current windowState (Maximized, Minimized, Default). |
icon: string | Get | No | Gets the icon url for current window. |
Methods
Method | Return type | Details |
defineInitialPosition | void | Defines the position where the window will show |
defineInitialZIndex | void | Defines the initial index of the window. |
Events
Event | Supported | Parameter | Details |
close | Yes | $event: any | Closes the window component. $event parameter is optional and the $event object vary depending on the type of DOM event. |
Last updated