'Declaration
Public ReadOnly Default Property Item( _
ByVal As String _
) As Image
public Image this[
string
]; {get;}
Parameters
- name
- A System.String value indicating the name of the image to get.
Property Value
An
Image object with the specified name.