'Declaration
Protected Function CreateUIElementCollection( _ ByVal logicalParent As System.Windows.FrameworkElement _ ) As System.Windows.Controls.UIElementCollection
'Usage
Dim instance As VerticalScrollbarsPresenter Dim logicalParent As System.Windows.FrameworkElement Dim value As System.Windows.Controls.UIElementCollection value = instance.CreateUIElementCollection(logicalParent)
protected System.Windows.Controls.UIElementCollection CreateUIElementCollection( System.Windows.FrameworkElement logicalParent )
Parameters
- logicalParent