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) です。 通常、コンテナーに特別な境界線がある場合、またはその他の理由で、既定の場所が変更されます。

適用対象

こちらもご覧ください