Smrf.NodeXL.ExcelTemplate.AutoFillResultsLegendControl.AutoFillResultsLegendControl C# (CSharp) Method

AutoFillResultsLegendControl() public method

Initializes a new instance of the class.
public AutoFillResultsLegendControl ( ) : System
return System
    public AutoFillResultsLegendControl()
    {
        m_iLastResizeWidth = Int32.MinValue;

        // Start with an empty (but not null) object.

        m_oAutoFillWorkbookResults = new AutoFillWorkbookResults();

        this.DoubleBuffered = true;
        this.BackColor = SystemColors.Window;

        AssertValid();
    }