ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FullscreenDialog Class / GetTemplateChild Method

In This Topic
    GetTemplateChild Method (C1FullscreenDialog)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetTemplateChild( _
       ByVal childName As System.String _
    ) As Windows.UI.Xaml.DependencyObject
    protected Windows.UI.Xaml.DependencyObject GetTemplateChild( 
       System.string childName
    )

    Parameters

    childName
    See Also