Click or drag to resize
UserControlFindName Method
Finds the UIElement with the specified name.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object FindName(
	string name
)

Parameters

name
Type: SystemString
The name to look for.

Return Value

Type: Object
The object with the specified name if any; otherwise null.

Implements

INameScopeFindName(String)
See Also