次の方法で共有


ParentControlDesigner.EnableDragRect プロパティ

デザイナによってドラッグ四角形が描画されるかどうかを示す値を取得します。

Overrides Protected ReadOnly Property EnableDragRect As Boolean
[C#]
protected override bool EnableDragRect {get;}
[C++]
protected: __property bool get_EnableDragRect();
[JScript]
protected override function get EnableDragRect() : Boolean;

プロパティ値

ドラッグ四角形が描画される場合は true 。それ以外の場合は false

解説

このプロパティの既定値は true です。

必要条件

プラットフォーム: 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 名前空間