C# Class Smrf.NodeXL.ExcelTemplate.LabelUserSettingsDialog

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

Protected Properties

Свойство Type Description
m_oFont System.Drawing.Font
m_oLabelUserSettings LabelUserSettings
m_oLabelUserSettingsDialogUserSettings LabelUserSettingsDialogUserSettings

Méthodes publiques

Méthode Description
AssertValid ( ) : void
LabelUserSettingsDialog ( LabelUserSettings labelUserSettings ) : 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
EnableControls ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnFont_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
chkVertexLabelWrapText_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

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

LabelUserSettingsDialog() public méthode

Initializes a new instance of the class.
public LabelUserSettingsDialog ( LabelUserSettings labelUserSettings ) : System
labelUserSettings LabelUserSettings /// The object being edited. ///
Résultat System

Property Details

m_oFont protected_oe property

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

m_oLabelUserSettings protected_oe property

protected LabelUserSettings,Smrf.NodeXL.ExcelTemplate m_oLabelUserSettings
Résultat LabelUserSettings

m_oLabelUserSettingsDialogUserSettings protected_oe property

protected LabelUserSettingsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oLabelUserSettingsDialogUserSettings
Résultat LabelUserSettingsDialogUserSettings