バージョン

GetItemText メソッド (UltraComboEditor)

指定した ValueListItem のテキストを返します。
シンタックス
'宣言
 
Public Function GetItemText( _
   ByVal item As Object _
) As String
public string GetItemText( 
   object item
)

パラメータ

item
テキストが返されるValueListItem 。

戻り値の型

項目のテキストを含む文字列
参照