ToolStripDropDownItem.DropDownLocation 属性

定义

获取 ToolStripDropDownItem 左上角的屏幕坐标(以像素为单位)。

protected public:
 virtual property System::Drawing::Point DropDownLocation { System::Drawing::Point get(); };
protected internal virtual System.Drawing.Point DropDownLocation { get; }
member this.DropDownLocation : System.Drawing.Point
Protected Friend Overridable ReadOnly Property DropDownLocation As Point

属性值

Point

表示屏幕坐标 x 和 y 的 Point(以像素为单位)。

适用于