Ejemplo n.º 1
0
 protected void setupSIP()
 {
     // enable Tap n' Hold & auto SIP for SensePanelTextboxItem(s)
     SIP.Enable(this.senseListCtrl.Handle);
     this.sip.EnabledChanged += new EventHandler(sip_EnabledChanged);
 }