Desktop..::..FocusedControl Property

Gets the focused control.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Control FocusedControl { get; set; }
Public Property FocusedControl As Control
	Get
	Set
public:
property Control^ FocusedControl {
	Control^ get ();
	void set (Control^ value);
}

Field Value

The focused control.