Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / GetVisualChild Method

In This Topic
    GetVisualChild Method (C1ScrollViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetVisualChild( _
       ByVal index As Integer _
    ) As Visual
    protected override Visual GetVisualChild( 
       int index
    )

    Parameters

    index
    See Also