Spread Windows Forms 11.0 Product Documentation
Item(RadioPictureType) Property


FarPoint.Win Assembly > FarPoint.Win Namespace > RadioPicture Class > Item Property : Item(RadioPictureType) Property
Option (radio button) for which to assign the picture
Gets or sets the picture for the different option button states.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As RadioPictureType _
) As Image
'Usage
 
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;}

Parameters

index
Option (radio button) for which to assign the picture

Property Value

Image object containing the button picture
See Also

Reference

RadioPicture Class
RadioPicture Members
Overload List