Esempio n. 1
0
 public BoxAutoComplete()
     : base()
 {
     m_AutoForm = new FrmAutoComplete(this);
     m_AutoForm.TopMost = true;
     m_AutoForm.OwnerBox = this;
     m_DisallowedTip.IsBalloon = true;
 }
Esempio n. 2
0
 public BoxAutoComplete()
     : base()
 {
     m_AutoForm = new FrmAutoComplete(this);
     m_AutoForm.TopMost = true;
     m_AutoForm.OwnerBox = this;
 }