Intersoft ClientUI Documentation
GetFirstOrDefaultFocusableControl Method



Syntax
Public Shared Function GetFirstOrDefaultFocusableControl( _
   ByVal parent As UIElement _
) As Control
Dim parent As UIElement
Dim value As Control
 
value = Utility.GetFirstOrDefaultFocusableControl(parent)
public static Control GetFirstOrDefaultFocusableControl( 
   UIElement parent
)
public:
static Control^ GetFirstOrDefaultFocusableControl( 
   UIElement^ parent
) 

Parameters

parent
Requirements

Target Platforms: 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

Reference

Utility Class
Utility Members

Send Feedback