jsosnowski 1 Junior Poster in Training

I intend to write a new Actionlist component to meet special requirements of a program. The list will be limited to 20 items that must also include several additional properties in each ActionListItem.

My question is were can I find samples (or can someone explain) how to create an Actionlist component with the list members already in place. The user must be able to modify some properties as well as the new ones for each item, but I will block attempts to add or delete items by overloading AddAction and RemoveAction.

Does anyone have a code snippet that would illusytrate how to declare ActionlistItems within a new component so that the items are already resident when droped on a form from the tool pallete at design time?