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) 。 如果容器有特殊框線,或基於其他原因,預設位置通常會變更。