C# Class Smrf.NodeXL.ExcelTemplate.AutomatedGraphImageUserSettingsDialog

Edits a AutomatedGraphImageUserSettings object.
Pass an AutomatedGraphImageUserSettings object to the constructor. If the user edits the object, returns DialogResult.OK. Otherwise, the object is not modified and Form.ShowDialog() returns DialogResult.Cancel.
Inheritance: ExcelTemplateForm
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oAutomatedGraphImageUserSettings AutomatedGraphImageUserSettings
m_oAutomatedGraphImageUserSettingsDialogUserSettings AutomatedGraphImageUserSettingsDialogUserSettings
m_oHeaderFooterFont System.Drawing.Font

Méthodes publiques

Méthode Description
AssertValid ( ) : void
AutomatedGraphImageUserSettingsDialog ( AutomatedGraphImageUserSettings automatedGraphImageUserSettingsUserSettings ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnHeaderFooterFont_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

AutomatedGraphImageUserSettingsDialog() public méthode

Initializes a new instance of the class.
public AutomatedGraphImageUserSettingsDialog ( AutomatedGraphImageUserSettings automatedGraphImageUserSettingsUserSettings ) : System
automatedGraphImageUserSettingsUserSettings AutomatedGraphImageUserSettings /// The object being edited. ///
Résultat System

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

Property Details

m_oAutomatedGraphImageUserSettings protected_oe property

protected AutomatedGraphImageUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomatedGraphImageUserSettings
Résultat AutomatedGraphImageUserSettings

m_oAutomatedGraphImageUserSettingsDialogUserSettings protected_oe property

protected AutomatedGraphImageUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAutomatedGraphImageUserSettingsDialogUserSettings
Résultat AutomatedGraphImageUserSettingsDialogUserSettings

m_oHeaderFooterFont protected_oe property

protected Font,System.Drawing m_oHeaderFooterFont
Résultat System.Drawing.Font