| --PROPERTIES OF dotNetObject:System.Windows.Forms.ListBox+SelectedObjectCollection | Default / Value |
| .Count : , read-only | 0 |
| .IsReadOnly : , read-only | true |
| .Item[index] : | undefined |
| --METHODS OF dotNetObject:System.Windows.Forms.ListBox+SelectedObjectCollection | |
| .Add value | |
| .Clear() | |
| .Contains selectedObject | |
| .CopyTo destination index | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .GetEnumerator() | |
| .GetHashCode() | |
| .GetType() | |
| .IndexOf selectedObject | |
| .[static]ReferenceEquals objA objB | |
| .Remove value | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Windows.Forms.ListBox+SelectedObjectCollection | |