Download CustomTreeViewLabelEditPart2.zip, last updated 28/10/2013 (14.07 KB)

Download
  • md5: 84276c0e1d02b4750fc1ecd76d71bedd
using System;
using System.Windows.Forms;

namespace CustomTreeViewLabelEdit
{
  internal static class Program
  {
    // Extending the LabelEdit functionality of a TreeView to include validation
    // http://cyotek.com/blog/extending-the-labeledit-functionality-of-a-treeview-to-include-validation

    #region Class Members

    /// <summary>
    /// The main entry point for the application.
    /// </summary>
    [STAThread]
    private static void Main()
    {
      Application.EnableVisualStyles();
      Application.SetCompatibleTextRenderingDefault(false);
      Application.Run(new MainForm());
    }

    #endregion
  }
}

Donate

Donate