public SelfLabeledTextBox()
 {
     mLabel       = new TextboxLabel();
     mLabel.text  = string.Empty;
     mLabel.color = SystemColors.GrayText;
     mLabel.font  = this.Font;
     mDrawLabel   = true;
 }
 public SelfLabeledTextBox()
 {
     mLabel = new TextboxLabel();
     mLabel.text = string.Empty;
     mLabel.color = SystemColors.GrayText;
     mLabel.font = this.Font;
     mDrawLabel = true;
 }