Screen.FromControl(Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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
参数
返回
包含指定控件的最大区域的显示器的 Screen。 在各显示器都不包含指定控件的多显示器环境中,将返回与该控件最接近的显示器。