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

element

Syntax

Visual Basic (Declaration) 
Public Function IsDescendantOf( _
   ByVal element As Infragistics.Win.UIElement _
) As Boolean
C# 
public bool IsDescendantOf( 
   Infragistics.Win.UIElement element
)

Parameters

element

See Also