See Also: DesignerActionHeaderItem Members
Like the System.ComponentModel.Design.DesignerActionTextItem base class, System.ComponentModel.Design.DesignerActionHeaderItem represents individual static text items in a smart tag panel. However, System.ComponentModel.Design.DesignerActionHeaderItem entries are displayed using bold text. Typically, a header item is used to create a heading for a group of items in a panel. Clicking on a header item causes no action.
Individual panel items are associated together to form a panel by calling the DesignerActionList.GetSortedActionItems method of the System.ComponentModel.Design.DesignerActionList class.