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 屏幕坐标(以像素为单位)。

适用于