EventHandlerService.FocusWindow 属性

定义

获取附加了事件处理程序的控件。

public:
 property System::Windows::Forms::Control ^ FocusWindow { System::Windows::Forms::Control ^ get(); };
public System.Windows.Forms.Control FocusWindow { get; }
member this.FocusWindow : System.Windows.Forms.Control
Public ReadOnly Property FocusWindow As Control

属性值

Control

通过构造函数附加的 Control

适用于