//-------------------------------------------------------------------------
 /// <summary>
 /// A uniform style text cursor is associated with all supported
 /// <see cref="Control"/> types. The caret, by default, is black with a
 /// width of 1 pixel.
 /// </summary>
 public TextCursorProvider()
 {
     Caret = new TextCursor();
       controlSet = new List<Control>();
 }
Exemple #2
0
        //-------------------------------------------------------------------------

        /// <summary>
        /// A uniform style text cursor is associated with all supported
        /// <see cref="Control"/> types. The caret, by default, is black with a
        /// width of 1 pixel.
        /// </summary>
        public TextCursorProvider()
        {
            Caret      = new TextCursor();
            controlSet = new List <Control>();
        }