C1.Silverlight.FlexGrid.5
ContainsFocus Method

Element to check.
Gets a value that determines whether an element or any of its children contains the focus.
Syntax
'Declaration
 
Public Shared Function ContainsFocus( _
   ByVal e As System.Windows.FrameworkElement _
) As System.Boolean
public static System.bool ContainsFocus( 
   System.Windows.FrameworkElement e
)

Parameters

e
Element to check.

Return Value

True if the element or one of its children contains the focus.
See Also

Reference

Util Class
Util Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.