|
-
May 24th, 2003, 06:00 PM
#1
Thread Starter
Addicted Member
UserControl - Setting alignment property!
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|