PowerTools PlusPak for Windows Forms 8.0J
ColumnGroups プロパティ

グループ数とグループごとの列数を取得または設定します。
構文
Public Property ColumnGroups As String
public string ColumnGroups {get; set;}

プロパティ値

String データ型。数字と "|" 文字のみを指定できます。デフォルト値は "5|5|2" です。
解説

ColumnGroupsプロパティにより設定されたグループと列のレイアウトは、ボタンの各行(行数はRowCountプロパティで設定)ごとに繰り返されます。

ColumnGroupsプロパティの設定値は、パイプ文字(|)で区切られた数値から成る文字列型の値です。パイプがグループを分割し、それぞれの数値はグループごとの列数を決定します。

プラットフォーム

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

参照

GcClassicFunctionKey クラス
GcClassicFunctionKey メンバ

Send Feedback