C# 클래스 Smrf.NodeXL.ExcelTemplate.HeaderFooterControl

Control for getting header and footer text.
Set the IncludeHeader, HeaderText, , and FooterText 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: I, F

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bIncludeFooter System.Boolean
m_bIncludeHeader System.Boolean
m_sFooterText String
m_sHeaderText String

공개 메소드들

메소드 설명
HeaderFooterControl ( ) : System

Initializes a new instance of the HeaderFooterControl class.

Validate ( ) : System.Boolean

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void
InitializeComponent ( ) : void

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

OnEventThatRequiresControlEnabling ( 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

EnableControls() 보호된 메소드

protected EnableControls ( ) : void
리턴 void

HeaderFooterControl() 공개 메소드

Initializes a new instance of the HeaderFooterControl class.
public HeaderFooterControl ( ) : System
리턴 System

Validate() 공개 메소드

public Validate ( ) : System.Boolean
리턴 System.Boolean

프로퍼티 상세

m_bIncludeFooter 보호되어 있는 프로퍼티

protected Boolean,System m_bIncludeFooter
리턴 System.Boolean

m_bIncludeHeader 보호되어 있는 프로퍼티

protected Boolean,System m_bIncludeHeader
리턴 System.Boolean

m_sFooterText 보호되어 있는 프로퍼티

protected String m_sFooterText
리턴 String

m_sHeaderText 보호되어 있는 프로퍼티

protected String m_sHeaderText
리턴 String