Screen.FromControl(Control) 方法

定义

Screen 中检索包含指定控件的最大部分的显示器。

public:
 static System::Windows::Forms::Screen ^ FromControl(System::Windows::Forms::Control ^ control);
public static System.Windows.Forms.Screen FromControl (System.Windows.Forms.Control control);
static member FromControl : System.Windows.Forms.Control -> System.Windows.Forms.Screen
Public Shared Function FromControl (control As Control) As Screen

参数

control
Control

要在 Control 中对其进行检索的 Screen

返回

Screen

包含指定控件的最大区域的显示器的 Screen。 在各显示器都不包含指定控件的多显示器环境中,将返回与该控件最接近的显示器。

适用于