Intersoft ClientUI Documentation
IWindow Interface Members
Properties  Methods  Events

The following tables list the members exposed by IWindow.

Public Properties
 NameDescription
 PropertyDataContext Specifies the data context associated to this window.  
 PropertyGroupName Specifies the group name of this window.  
 PropertyHeight Gets or sets the height of the control.  
 PropertyIcon Gets the icon image that represents this window.  
 PropertyIconLarge Gets the large version of the icon image that represents this window.  
 PropertyIsActive Gets or sets the active state of the control.  
 PropertyIsClientVisible Specifies whether the control should be visible initially at runtime.  
 PropertyIsClosed Gets or sets whether the window is closed and should be destroyed permanently.  
 PropertyLeft Gets or sets the left position of the control.  
 PropertyOwner Gets or sets the owner visual element of the control.  
 PropertyParentControl Gets or sets the ItemsControl that host this control.  
 PropertyRuntimeZIndex Gets or sets the z-index order of the control.  
 PropertyText Gets the text that represents this window.  
 PropertyThumbnail Gets the thumbnail image of the current window content.  
 PropertyTop Gets or sets the top position of the control.  
 PropertyWidth Gets or sets the width of the control.  
 PropertyWindowID Gets or sets the unique identifier (UID) for this control.  
 PropertyWindowName Gets or sets the name that identify this window.  
Top
Public Methods
 NameDescription
 MethodClose Close this window.  
 MethodGetImplementationRoot Gets the implementation root of the control.  
 MethodIsFeatureSupported Determines whether the specified windowing feature is supported.  
 MethodShow Show and activates this window.  
Top
Public Events
 NameDescription
 EventClosed Occurs when a window is closed.  
 EventClosing Occurs when a window is about to close.  
 EventDestroyed Occurs when a window is permanently closed and destroyed to release memory resources.  
 EventOpened Occurs when a window is opened.  
 EventOpening Occurs when a window is about to show.  
Top
See Also

Reference

IWindow Interface
Intersoft.Client.Framework Namespace

Concepts

Window and Dialog Boxes Overview

Send Feedback