コード例 #1
0
 static void caret_TickHandler(object sender, GraphicsTimerTaskEventArgs e)
 {
     if (currentTextBox != null)
     {
         currentTextBox.SwapCaretState();
         e.NeedUpdate = 1;
     }
     else
     {
         //Console.WriteLine("no current textbox");
     }
 }
コード例 #2
0
 public void InvokeHandler(GraphicsTimerTaskEventArgs args)
 {
     this.tickHandler(this, args);
 }
コード例 #3
0
 public void InvokeHandler(GraphicsTimerTaskEventArgs args)
 {
     this.tickHandler(this, args);
 }