ICSharpCode.TextEditor.Gui.InsightWindow.InsightWindow.InsightWindow C# (CSharp) Method

InsightWindow() public method

public InsightWindow ( Form parentForm, TextEditorControl control ) : System
parentForm System.Windows.Forms.Form
control ICSharpCode.TextEditor.TextEditorControl
return System
        public InsightWindow(Form parentForm, TextEditorControl control)
            : base(parentForm, control)
        {
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
        }