Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckBoxPicture Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the index for the picture (image) of the check box.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As Image
    'Usage
     
    
    Dim instance As CheckBoxPicture
    Dim index As Integer
    Dim value As Image
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public Image Item( 
       int index
    ) {get; set;}

    Parameters

    index
    See Also