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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
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