Hi,
I'm making my own Active X control (TitleBar) and would like to align it to the top and have it always stretched out as wide as the form. So, I activated the alignment property. So I can add the titlebar to a form and set the alignment to vbAlignTop. But I would like the titlebar to automatically set the Alignment property to vbAlignTop, but I don't know how to do that.

I tried to do something like

UserControl.Alignment = vbAlignTop

but that didn't work! :S Any ideas?