ToolStrip.GetChildAtPoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定位置的子控件。
重载
GetChildAtPoint(Point) |
此方法与此类无关。 |
GetChildAtPoint(Point, GetChildAtPointSkip) |
此方法与此类无关。 |
GetChildAtPoint(Point)
此方法与此类无关。
public:
System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point point);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point point);
override this.GetChildAtPoint : System.Drawing.Point -> System.Windows.Forms.Control
Public Function GetChildAtPoint (point As Point) As Control
参数
返回
位于指定坐标处的子 Control。
注解
此方法与此类无关。
适用于
GetChildAtPoint(Point, GetChildAtPointSkip)
此方法与此类无关。
public:
System::Windows::Forms::Control ^ GetChildAtPoint(System::Drawing::Point pt, System::Windows::Forms::GetChildAtPointSkip skipValue);
public System.Windows.Forms.Control GetChildAtPoint (System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue);
override this.GetChildAtPoint : System.Drawing.Point * System.Windows.Forms.GetChildAtPointSkip -> System.Windows.Forms.Control
Public Function GetChildAtPoint (pt As Point, skipValue As GetChildAtPointSkip) As Control
参数
- skipValue
- GetChildAtPointSkip
一个 GetChildAtPointSkip 值。
返回
位于指定坐标处的子 Control。
注解
此方法与此类无关。