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