'Declaration Protected Function New( _ ByVal template As GroupMargin, _ ByVal parentGroup As GroupBase _ )
'Usage Dim template As GroupMargin Dim parentGroup As GroupBase Dim instance As New GroupMargin(template, parentGroup)
protected GroupMargin( GroupMargin template, GroupBase parentGroup )
Parameters
- template
- A reference to a GroupMargin object that will be used to create other group margins.
- parentGroup
- A reference to a Group object representing the GroupMargin's parent group.