Smrf.NodeXL.ExcelTemplate.ExportToNodeXLGraphGalleryDialog.InitializeForEditOnly C# (CSharp) Method

InitializeForEditOnly() protected method

protected InitializeForEditOnly ( ) : void
return void
    InitializeForEditOnly()
    {
        this.Text += " Options";
        lnkNodeXLGraphGallery.Enabled = false;

        usrExportedFilesDescription.Title =
            "[The file name will be used as the title.]";

        usrExportedFilesDescription.Description =
            "[The graph summary will be used as the description.]";

        usrExportedFilesDescription.Enabled = false;
    }