What do I need to do to take a custom business object, and make it so
that it will be available to the VS designer? I'm thinking similar to
how a dataset or TableAdapter are done, where the objects appear at
the bottom in VS, and I can use the designer to set their properties
and events.

Thanks.