Infragistics(R) NetAdvantage(R) Windows Forms
GetSelected Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > AccessibleObjectWrapper.UltraAccessibleObject Class : GetSelected Method

Retrieves the currently selected child

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetSelected() As AccessibleObject
C# 
public override AccessibleObject GetSelected()

Return Value

An AccessibleObject that represents the currently selected child. This method returns the calling object if the object itself is selected. Returns a null reference (Nothing in Visual Basic) if is no child is currently selected and the object itself does not have focus.

See Also