次の方法で共有


ParentControlDesigner.DrawGrid プロパティ

このデザイナのコントロールにグリッドを描画するかどうかを示す値を取得または設定します。

Protected Overridable Property DrawGrid As Boolean
[C#]
protected virtual bool DrawGrid {get; set;}
[C++]
protected: __property virtual bool get_DrawGrid();protected: __property virtual void set_DrawGrid(bool);
[JScript]
protected function get DrawGrid() : Boolean;protected function set DrawGrid(Boolean);

プロパティ値

デザイナのコントロールにグリッドを描画する場合は true 。それ以外の場合は false

必要条件

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