Responder Developer Guide
FocusOnElement<T> Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function FocusOnElement(Of T As UIElement)( _
   ByVal element As T _
) As T
'Usage
 
Dim element As T
Dim value As T
 
value = ItemsControlUtilities.FocusOnElement(Of T)(element)
[Extension()]
public static T FocusOnElement<T>( 
   T element
)
where T: UIElement

Parameters

element

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ItemsControlUtilities Class
ItemsControlUtilities Members

 

 


Send Comment