| FocusManagerFocusedControl Property |
Gets the control that currently has the focus.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public UIControl FocusedControl { get; }
Public ReadOnly Property FocusedControl As UIControl
Get
public:
property UIControl^ FocusedControl {
UIControl^ get ();
}
member FocusedControl : UIControl with get
Property Value
Type:
UIControlThe focused control.
See Also