How can add grouped properties for an activex control

for ex:
UserCtl.Group1.Prop1 = ""
UserCtl.Group1.Prop2 = ""
UserCtl.Group1.Prop3 = ""

UserCtl.Group2.Prop1 = ""
UserCtl.Group2.Prop2 = ""


Any example code would be great

thanks in advance