ParentControlDesigner.DefaultControlLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已添至设计器的控件的默认位置。
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,指示已添至设计器的控件的默认位置。
注解
默认位置通常 (0,0) 。 如果容器具有特殊边框或出于其他原因,则通常更改默认位置。