Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / RadioPicture Class / Item Property / Item(RadioPictureType) Property


In This Topic
Item(RadioPictureType) Property
In This Topic
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)

Parameters

index
See Also