Alsing.Windows.Forms.SyntaxBox.Selection.Selection C# (CSharp) Method

Selection() public method

Selection Constructor.
public Selection ( EditViewControl control ) : System
control EditViewControl Control that will use this selection
return System
        public Selection(EditViewControl control)
        {
            Control = control;
            Bounds = new TextRange();
        }