Intersoft.Client.Framework Namespace : IWindow Interface |
The following tables list the members exposed by IWindow.
Name | Description | |
---|---|---|
DataContext | Specifies the data context associated to this window. | |
GroupName | Specifies the group name of this window. | |
Height | Gets or sets the height of the control. | |
Icon | Gets the icon image that represents this window. | |
IconLarge | Gets the large version of the icon image that represents this window. | |
IsActive | Gets or sets the active state of the control. | |
IsClientVisible | Specifies whether the control should be visible initially at runtime. | |
IsClosed | Gets or sets whether the window is closed and should be destroyed permanently. | |
Left | Gets or sets the left position of the control. | |
Owner | Gets or sets the owner visual element of the control. | |
ParentControl | Gets or sets the ItemsControl that host this control. | |
RuntimeZIndex | Gets or sets the z-index order of the control. | |
Text | Gets the text that represents this window. | |
Thumbnail | Gets the thumbnail image of the current window content. | |
Top | Gets or sets the top position of the control. | |
Width | Gets or sets the width of the control. | |
WindowID | Gets or sets the unique identifier (UID) for this control. | |
WindowName | Gets or sets the name that identify this window. |
Name | Description | |
---|---|---|
Close | Close this window. | |
GetImplementationRoot | Gets the implementation root of the control. | |
IsFeatureSupported | Determines whether the specified windowing feature is supported. | |
Show | Show and activates this window. |
Name | Description | |
---|---|---|
Closed | Occurs when a window is closed. | |
Closing | Occurs when a window is about to close. | |
Destroyed | Occurs when a window is permanently closed and destroyed to release memory resources. | |
Opened | Occurs when a window is opened. | |
Opening | Occurs when a window is about to show. |