public Boolean CanSearch { get { return this.findTextBox.Enabled; } set { this.findTextBox.Enabled = value; } }