Click or drag to resize
DigitalRuneUIControlIsFocusWithin Property
Gets (or sets) a value indicating whether the focus is on this control or on any of the visual children.

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 IsFocusWithin { get; }

Property Value

Type: Boolean
if this control IsFocused or if the focus is within any of the visual children; otherwise, .
See Also