Version

GetUIElement(RowScrollRegion,ColScrollRegion,Boolean) Method

An abstract method that should be overridden by derived classes to return an associated UI element contained in a RowScrollRegion and a ColScrollRegion
Syntax
'Declaration
 
Public Overloads MustOverride Function GetUIElement( _
   ByVal rsr As RowScrollRegion, _
   ByVal csr As ColScrollRegion, _
   ByVal verifyElements As Boolean _
) As Infragistics.Win.UIElement
public abstract Infragistics.Win.UIElement GetUIElement( 
   RowScrollRegion rsr,
   ColScrollRegion csr,
   bool verifyElements
)

Parameters

rsr
Row scroll region
csr
Col scroll region
verifyElements
True to the elements to be verified

Return Value

The associated element or null
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also