AccessibleObject::GetSelected Method ()
.NET Framework (current version)
Retrieves the currently selected child.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Windows.Forms::AccessibleObject^An AccessibleObject that represents the currently selected child. This method returns the calling object if the object itself is selected. Returns null if is no child is currently selected and the object itself does not have focus.
| Exception | Condition |
|---|---|
| COMException | The selected child cannot be retrieved. |
Notes to Inheritors:
All objects that can be selected should support this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: