A、Attach the Category attribute class to the controls class definition. Set its value to UserAddress. Mark the class as public.
B、Attach the Browsable attribute class to each property in the group. Set its value to True. Mark the property as private.
C、Attach the Category attribute class to each property in the group. Set its value to UserAddress. Mark the property as public.
D、Attach the Description attribute class to each property in the group. Set each value to a description of the given property.
E、Attach the DefaultProperty attribute class to each property in the group. Set each value to a description of the given property.