MindFusion.Wpf Pack Programmer's Guide
Window.IsActive Property
See Also
 





Gets or sets a value indicating whether the window is active. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public bool IsActive { get; set; }

Visual Basic  Copy Code

Public Property IsActive As Boolean

 Property Value

true if the window is active; otherwise, false.

 Remarks

When a window is activated, it is displayed on top of all other windows in its current WindowHost parent and its EffectiveBackground and EffectiveBorderBrush properties are updated accordingly.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
EffectiveBackground Property
EffectiveBorderBrush Property