次の方法で共有


ParentControlDesigner.DefaultControlLocation プロパティ

デザイナに追加されたコントロールの既定の位置を取得します。

Protected Overridable ReadOnly Property DefaultControlLocation As _
   Point
[C#]
protected virtual Point DefaultControlLocation {get;}
[C++]
protected: __property virtual Point get_DefaultControlLocation();
[JScript]
protected function get DefaultControlLocation() : Point;

プロパティ値

デザイナに追加されたコントロールの既定の位置を示す Point

解説

既定の位置は通常 (0,0) です。通常、既定の位置は、コンテナに特殊な境界線がある場合やその他の理由により変更されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ParentControlDesigner クラス | ParentControlDesigner メンバ | System.Windows.Forms.Design 名前空間