| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object this[ int index ]; {get;} | |
Parameters
- index
- Specifies the index of the selected item.
| C# | Copy Code |
|---|---|
/// <summary> | |
| Visual Basic | Copy Code |
|---|---|
'SetClassName - sets the ClassName of the selected object to the name in the drop down list | |