Hi allI have a simple form (Framework 3.5 and VS 2012) with two controls on it.One standard TextBox and one UltraTextEditor (12.1).On both I hook to the Click event:- this.textBox1.Click += new System.EventHandler(this.textBox1_Click);- this.ultraTextEditor1.Click += new System.EventHandler(this.ultraTextEditor1_Click);When I now click on the standard TextBox, the event is fired.When I click on the UltraTextEditor, the event is not fired.What am I doing wrong ??Thanks and best regardsFrank Uray
FAQ:Mouse events such as MouseDown, MouseUp, and DoubleClick do not fire for an UltraWinEditor it is in edit mode.
Links on this page are broken.