Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 private void InitMsgTree()
 {
     _libTree = new LibraryTreeControl(false);
     _libTree.OptionsSelection.MultiSelect = true;
     _libTree.ContextMenuStrip             = null;
     _libTree.Dock = DockStyle.Fill;
     _libTree.Type = ProWrite.Core.LibraryType.Message | ProWrite.Core.LibraryType.Playlist | ProWrite.Core.LibraryType.TimeSliceGroup;
     panelMedia.Controls.Add(_libTree);
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 private void InitMsgTree()
 {
     _libTree = new LibraryTreeControl(false);
     _libTree.OptionsSelection.MultiSelect = true;
     _libTree.ContextMenuStrip             = null;
     _libTree.Dock       = DockStyle.Fill;
     _libTree.Type       = ProWrite.Core.LibraryType.Message | ProWrite.Core.LibraryType.Playlist | ProWrite.Core.LibraryType.TimeSliceGroup;
     _libTree.MouseDown += new MouseEventHandler(_libTree_MouseDown);
     tabPageLibrary.Controls.Add(_libTree);
 }