Click or drag to resize
DigitalRuneWindowIsActive Property
Gets a value indicating whether this window is the currently active window. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool IsActive { get; }

Property Value

Type: Boolean
if this window is the currently active window; otherwise, .
Remarks
Of all visible windows, only one window can be active. If Activate is called the window is made active and all other windows are made inactive. Do not change IsActive directly, use Activate instead.
See Also