ParentControlDesigner.DefaultControlLocation 属性

定义

获取已添至设计器的控件的默认位置。

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

属性值

Point

Point,指示已添至设计器的控件的默认位置。

注解

默认位置通常 (0,0) 。 如果容器具有特殊边框或其他原因,则默认位置通常会更改。

适用于

另请参阅