Beispiel #1
0
 /// <summary>
 /// Creates controls on the toolbar. This is necissary to avoid ComponentArt Toolbar's
 /// inability to process postbacks when the ToolBarItem has not yet been instantiated
 /// into the ToolBarItem list.
 /// </summary>
 protected override void CreateToolBarControls()
 {
     toolBar.Items.Add(ToolBarUtility.New());
     toolBar.Items.Add(ToolBarUtility.Edit());
     toolBar.Items.Add(ToolBarUtility.Delete());
     toolBar.Items.Add(ToolBarUtility.Break());
     base.CreateToolBarControls();
 }