Skip to content

IWindowData Interface

Provides the methods and properties used by the Window renderer.

C#
public interface IWindowData

The status of whether or not the window is being shown in modal mode.

C#
bool IsModal { get; }

Access to the controls used by the window.

C#
ControlHost Controls { get; }