PrintDocument for WinForms
RenderInputComboBoxItem コンストラクタ(String,Object)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputComboBoxItem クラス > RenderInputComboBoxItem コンストラクタ : RenderInputComboBoxItem コンストラクタ(String,Object)
A string to assign to the RenderInputComboBoxItem.Text property.
Arbitrary value to assign to the RenderInputComboBoxItem.UserData property.
Initializes a new instance of the RenderInputComboBoxItem class, assigning the RenderInputComboBoxItem.Text and RenderInputComboBoxItem.UserData properties.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal userData As System.Object _
)
'使用法
 
Dim text As System.String
Dim userData As System.Object
 
Dim instance As New RenderInputComboBoxItem(text, userData)
public RenderInputComboBoxItem( 
   System.string text,
   System.object userData
)

パラメータ

text
A string to assign to the RenderInputComboBoxItem.Text property.
userData
Arbitrary value to assign to the RenderInputComboBoxItem.UserData property.
参照

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