IModalWindow Interface Members
See Also  Properties Methods Events
SourceCode.Framework Namespace : IModalWindow Interface

Glossary Item Box

The following tables list the members exposed by IModalWindow.

Public Properties

  Name Description
Property AvalonWindowObject This property must be cast to a System.Windows.Window object, which is part of the .Net 3 (WPF) framework.  
Property Content  
Property CurrentPage  
Property DialogResult  
Property IsDefaultButtonBehaviourEnabled  
Property IsVisible  
Property MostRecentButtonClicked  
Property WindowHandle This property returns the handle of an instance of an IModalWindow object. Note that this property will only have a valid value AFTER the WindowLoaded event has occurred.  
Top

Public Methods

Public Events

See Also