PropertyGrid::SelectedObjects Property
.NET Framework (current version)
Gets or sets the currently selected objects.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentException | One of the items in the array of objects had a null value. |
The PropertyGrid only displays the properties that are common to all the objects that are in the array. Assigning an array to the SelectedObjects replaces the reference to any SelectedObject you might make.
.NET Framework
Available since 1.1
Available since 1.1
Show: