Show / Hide Table of Contents

Interface IWindowData

Provides the methods and properties used by the Window renderer.

Namespace: SadConsole.Renderers
Assembly: SadConsole.dll
Syntax
public interface IWindowData

Properties

Controls

Access to the controls used by the window.

Declaration
ControlHost Controls { get; }
Property Value
Type Description
ControlHost

IsModal

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

Declaration
bool IsModal { get; }
Property Value
Type Description
bool

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX