'Declaration Protected Overrides Function CreateUIElementCollection( _ ByVal logicalParent As FrameworkElement _ ) As UIElementCollection
'Usage Dim instance As FixedCellPanel Dim logicalParent As FrameworkElement Dim value As UIElementCollection value = instance.CreateUIElementCollection(logicalParent)
protected override UIElementCollection CreateUIElementCollection( FrameworkElement logicalParent )
Parameters
- logicalParent
- The logical parent element of the collection to be created.
Return Value
An ordered collection of elements that have the specified logical parent.