示例#1
0
 private void IsolationListener()
 {
     state              = SelectableTextState.OnlySelectedDisplayed;
     textBox.BackColor  = isolationBackColor;
     textBox.ForeColor  = isolationForeColor;
     textBoxLabel.Text += " (Isolated mode ON)";
 }
示例#2
0
        private void InitValues()
        {
            state            = SelectableTextState.None;
            initSelectedText = originalText = "";

            textBoxLabel.Text = textBoxLabel.Text.Replace(" (Isolated mode ON)", "");

            textBox.BackColor = defaultBackColor;
            textBox.ForeColor = defaultForeColor;
        }