'Declaration Protected Function New( _ ByVal template As ListBoxItemConfiguration _ )
'Usage Dim template As ListBoxItemConfiguration Dim instance As New ListBoxItemConfiguration(template)
protected ListBoxItemConfiguration( ListBoxItemConfiguration template )
Parameters
- template
- The specified ListBoxItemConfiguration to use as a template.