ToolbarItems is the collection within this class that contains all the components that make up the ToolPanel. This collection is comprised of objects derived from ToolbarItemBase.
Public Class ToolPanel Inherits Toolbar Inherits ICustomizationContainer
public class ToolPanel : Toolbar, ICustomizationContainer;
Comments? |