| UIControlIsFocusWithin 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public bool IsFocusWithin { get; }
Public ReadOnly Property IsFocusWithin As Boolean
Get
public:
property bool IsFocusWithin {
bool get ();
}
member IsFocusWithin : bool with get
Property Value
Type:
Boolean if this control
IsFocused or if the focus is within
any of the visual children; otherwise,
.
See Also