C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Controls
UserControl Class
UserControl Methods
FindName Method
RegisterName Method
UnregisterName Method
UserControl
FindName 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#
Copy
public
Object
FindName
(
string
name
)
Parameters
name
Type:
System
String
The name to look for.
Return Value
Type:
Object
The object with the specified name if any; otherwise null.
Implements
INameScope
FindName(String)
See Also
Reference
UserControl Class
Windows.UI.Xaml.Controls Namespace