See Also: DesignerActionUIService Members
You can control the display of your designer's ComponentDesigner.ActionLists with the System.ComponentModel.Design.DesignerActionUIService class. System.ComponentModel.Design.DesignerActionUIService provides a straightforward interface for displaying the items for each component, including the following methods and events:
The DesignerActionUIService.ShowUI(System.ComponentModel.IComponent) and DesignerActionUIService.HideUI(System.ComponentModel.IComponent) methods display and hide the items for a component.
The DesignerActionUIService.DesignerActionUIStateChange event indicates when the UI changes for a component.
Use the System.ComponentModel.Design.DesignerActionService to manage the System.ComponentModel.Design.DesignerActionList collections associated with your component.