PowerTools PlusPak for Windows Forms 8.0J
Dock プロパティ (GcGroupBoxControlBase)

親コントロールにドッキングするコントロールの境界を取得または設定し、親のサイズ変更時にコントロールのサイズがどのように変更されるかを決定します。
構文
Public Overrides Property Dock As DockStyle
public override DockStyle Dock {get; set;}

プロパティ値

System.Windows.Forms.DockStyle値の1つ。デフォルトはSystem.Windows.Forms.DockStyle.Noneです。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentException指定された値がSystem.Windows.Forms.DockStyle値の1つではありません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcGroupBoxControlBase クラス
GcGroupBoxControlBase メンバ

Send Feedback