How do I set a susercontrol's Default property, ie so if a user calls my control objSamsControl they can go
instead ofCode:
objSamsControl = True
Code:
objSamsControl.Value = True
Printable View
How do I set a susercontrol's Default property, ie so if a user calls my control objSamsControl they can go
instead ofCode:
objSamsControl = True
Code:
objSamsControl.Value = True
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.