Intersoft ClientUI Documentation
IWindow Interface Members
See Also  Properties  Methods  Events Send Feedback
Intersoft.Client.Framework Namespace : IWindow Interface


The following tables list the members exposed by IWindow.

Public Properties

 NameDescription
 PropertyDataContextSpecifies the data context associated to this window.  
 PropertyGroupNameSpecifies the group name of this window.  
 PropertyHeightGets or sets the height of the control.  
 PropertyIconGets the icon image that represents this window.  
 PropertyIconLargeGets the large version of the icon image that represents this window.  
 PropertyIsActiveGets or sets the active state of the control.  
 PropertyIsClientVisibleSpecifies whether the control should be visible initially at runtime.  
 PropertyIsClosedGets or sets whether the window is closed and should be destroyed permanently.  
 PropertyLeftGets or sets the left position of the control.  
 PropertyOwnerGets or sets the owner visual element of the control.  
 PropertyParentControlGets or sets the ItemsControl that host this control.  
 PropertyRuntimeZIndexGets or sets the z-index order of the control.  
 PropertyTextGets the text that represents this window.  
 PropertyThumbnailGets the thumbnail image of the current window content.  
 PropertyTopGets or sets the top position of the control.  
 PropertyWidthGets or sets the width of the control.  
 PropertyWindowIDGets or sets the unique identifier (UID) for this control.  
 PropertyWindowNameGets or sets the name that identify this window.  
Top

Public Methods

 NameDescription
 MethodCloseClose this window.  
 MethodGetImplementationRootGets the implementation root of the control.  
 MethodIsFeatureSupportedDetermines whether the specified windowing feature is supported.  
 MethodShowShow and activates this window.  
Top

Public Events

 NameDescription
 EventClosedOccurs when a window is closed.  
 EventClosingOccurs when a window is about to close.  
 EventDestroyedOccurs when a window is permanently closed and destroyed to release memory resources.  
 EventOpenedOccurs when a window is opened.  
 EventOpeningOccurs when a window is about to show.  
Top

See Also

© 2012 All Rights Reserved.