IWindowData Interface
Definition
Section titled “Definition”Provides the methods and properties used by the Window renderer.
public interface IWindowDataProperties
Section titled “Properties”IsModal
Section titled “IsModal”The status of whether or not the window is being shown in modal mode.
bool IsModal { get; }Controls
Section titled “Controls”Access to the controls used by the window.
ControlHost Controls { get; }