Spread Windows Forms 15.0
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)
    public Image Item( 
       RadioPictureType index
    ) {get; set;}

    Parameters

    index
    See Also