C# Класс Smrf.NodeXL.ExcelTemplate.ExportedFilesDescriptionControl

Control for providing a title and description for files that will be exported.
This control is used by several dialogs that export an image of the graph, along with optional NodeXL workbook, workbook options, and GraphML files.

You must set the Workbook property after the control is created.

Also set the Title and Description properties after the control is created. To retrieve the edited properties, call , and if Validate returns true, read the properties.

This control uses the following keyboard shortcuts: S and whatever is set by the TitleLabel and DescriptionLabel properties.

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook
m_sDescription String
m_sTitle String

Открытые методы

Метод Описание
ExportedFilesDescriptionControl ( ) : System

Initializes a new instance of the class.

Validate ( ) : System.Boolean

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

Приватные методы

Метод Описание
AssertValid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnInsertGraphSummary_Click ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DoDataExchange() защищенный Метод

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

ExportedFilesDescriptionControl() публичный Метод

Initializes a new instance of the class.
public ExportedFilesDescriptionControl ( ) : System
Результат System

Validate() публичный Метод

public Validate ( ) : System.Boolean
Результат System.Boolean

Описание свойств

m_oWorkbook защищенное свойство

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Результат Microsoft.Office.Interop.Excel.Workbook

m_sDescription защищенное свойство

protected String m_sDescription
Результат String

m_sTitle защищенное свойство

protected String m_sTitle
Результат String