'Declaration Protected Function New( _ ByVal template As RowSelectorPane, _ ByVal parentGroup As GroupBase _ )
'Usage Dim template As RowSelectorPane Dim parentGroup As GroupBase Dim instance As New RowSelectorPane(template, parentGroup)
protected RowSelectorPane( RowSelectorPane template, GroupBase parentGroup )
Parameters
- template
- A reference to a RowSelectorPane object representing the RowSelectorPane to use as a template.
- parentGroup
- A reference to a GroupBase object representing the RowSelectorPane's parent group.