ComponentOne FlexGrid for WPF and Silverlight
ContainsFocus Method (Util)

C1.Util Namespace > Util Class : 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