Interface IDelegateFocusToPrevWindow
Defines a contract for components that delegate focus to a previously focused window.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IDelegateFocusToPrevWindow
Properties
PreviousWindow
Gets the control that previously held focus.
Declaration
Control PreviousWindow { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.Control |