Syntax
'Declaration
Protected Overridable Function CreateUIElementCollection( _
ByVal As System.Windows.FrameworkElement _
) As System.Windows.Controls.UIElementCollection
'Usage
Dim instance As WinLossSparklineView
Dim logicalParent As System.Windows.FrameworkElement
Dim value As System.Windows.Controls.UIElementCollection
value = instance.CreateUIElementCollection(logicalParent)
protected virtual System.Windows.Controls.UIElementCollection CreateUIElementCollection(
System.Windows.FrameworkElement
)
Parameters
- logicalParent
See Also