共用方式為


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,表示加入至設計工具之控制項的預設位置。

備註

默認位置通常是 (0,0) 。 如果容器有特殊框線,或基於其他原因,預設位置通常會變更。

適用於

另請參閱