C# Class 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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bIncludeFooter System.Boolean
m_bIncludeHeader System.Boolean
m_sFooterText String
m_sHeaderText String

Méthodes publiques

Méthode Description
HeaderFooterControl ( ) : System

Initializes a new instance of the HeaderFooterControl class.

Validate ( ) : System.Boolean

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDataExchange() protected méthode

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Résultat System.Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

HeaderFooterControl() public méthode

Initializes a new instance of the HeaderFooterControl class.
public HeaderFooterControl ( ) : System
Résultat System

Validate() public méthode

public Validate ( ) : System.Boolean
Résultat System.Boolean

Property Details

m_bIncludeFooter protected_oe property

protected Boolean,System m_bIncludeFooter
Résultat System.Boolean

m_bIncludeHeader protected_oe property

protected Boolean,System m_bIncludeHeader
Résultat System.Boolean

m_sFooterText protected_oe property

protected String m_sFooterText
Résultat String

m_sHeaderText protected_oe property

protected String m_sHeaderText
Résultat String