'Declaration Protected Friend Overrides Function CreateInstance( _ ByVal parentRow As Row _ ) As RowSelector
'Usage Dim instance As SpacerRowSelector Dim parentRow As Row Dim value As RowSelector value = instance.CreateInstance(parentRow)
protected internal override RowSelector CreateInstance( Row parentRow )
Parameters
- parentRow
- A reference to a Row object representing the parent row of the SpacerRowSelector.
Return Value
A reference to newly created RowSelector object.