Results 1 to 2 of 2

Thread: UserControl Defaults

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089

    Post

    How do I set a susercontrol's Default property, ie so if a user calls my control objSamsControl they can go

    Code:
    objSamsControl = True
    instead of

    Code:
    objSamsControl.Value = True

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Open a code window for that property (in your case Value), then from the Tools menu select Procedure Attributes. Click the Advanced>> button. Set a checkmark on User Interface Default.
    That's it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width