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

type
context

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function GetDescendant( _
   ByVal type As Type, _
   ByVal context As Object _
) As Infragistics.Win.UIElement
C# 
public virtual Infragistics.Win.UIElement GetDescendant( 
   Type type,
   object context
)

Parameters

type
context

See Also