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

Returns an element of the requested type or null.

Overload List

OverloadDescription
GetDescendant(Type) Returns an element of the requested type or null.  
GetDescendant(Type,Object) Returns the element of the requested type that satisfies the of the passed in contexts  
GetDescendant(Type,Object[]) Returns the element of the requested type that satisfies all of the passed in contexts  

See Also