ControlDesigner::ControlDesignerAccessibleObject::GetSelected Method ()

 

Retrieves the currently selected child.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual AccessibleObject^ GetSelected() override

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.

.NET Framework
Available since 1.1
Return to top
Show: