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