PrintDocument for WinForms
RenderInputRadioButton コンストラクタ(String,String,Int32)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputRadioButton クラス > RenderInputRadioButton コンストラクタ : RenderInputRadioButton コンストラクタ(String,String,Int32)
A string to assign to the RenderObject.Name property.
A string to assign to the RenderInputButtonBase.Text property.
A value to assign to the RenderInputRadioButton.GroupIndex property.
Initializes a new instance of the RenderInputRadioButton class, assigning the RenderObject.Name, RenderInputButtonBase.Text and RenderInputRadioButton.GroupIndex properties.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text As System.String, _
   ByVal groupIndex As System.Integer _
)
'使用法
 
Dim name As System.String
Dim text As System.String
Dim groupIndex As System.Integer
 
Dim instance As New RenderInputRadioButton(name, text, groupIndex)
public RenderInputRadioButton( 
   System.string name,
   System.string text,
   System.int groupIndex
)

パラメータ

name
A string to assign to the RenderObject.Name property.
text
A string to assign to the RenderInputButtonBase.Text property.
groupIndex
A value to assign to the RenderInputRadioButton.GroupIndex property.
参照

RenderInputRadioButton クラス
RenderInputRadioButton メンバ
オーバーロード一覧