PrintDocument for WinForms
GroupIndex プロパティ (RenderInputRadioButton)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderInputRadioButton クラス : GroupIndex プロパティ
ラジオボタンのグループインデックスを取得または設定します。
シンタックス
'宣言
 
Public Property GroupIndex As System.Integer
'使用法
 
Dim instance As RenderInputRadioButton
Dim value As System.Integer
 
instance.GroupIndex = value
 
value = instance.GroupIndex
public System.int GroupIndex {get; set;}
解説

同じグループインデックスを持つコントロールが複数存在する場合、グループ内の1つのボタンだけをオンにできます。

参照

RenderInputRadioButton クラス
RenderInputRadioButton メンバ