GrapeCity SPREAD for Windows Forms 11.0J
Item(RadioPictureType) プロパティ


ピクチャを割り当てるオプション(ラジオボタン)
それぞれのオプションボタンの状態を表すピクチャを取得または設定します。
構文
'Declaration
 
Public Overloads Property Item( _
   ByVal index As RadioPictureType _
) As Image
'使用法
 
Dim instance As RadioPicture
Dim index As RadioPictureType
Dim value As Image
 
instance.Item(index) = value
 
value = instance.Item(index)
public Image Item( 
   RadioPictureType index
) {get; set;}

パラメータ

index
ピクチャを割り当てるオプション(ラジオボタン)

プロパティ値

ボタン ピクチャを含む Image オブジェクト
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.