C# Class Smrf.NodeXL.ExcelTemplate.EdgeWidthDialog

Gets an edge width from the user.
If Form.ShowDialog() returns DialogResult.OK, read the property to get the edge width specified by the user.
Inheritance: ExcelTemplateForm
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oEdgeWidthDialogUserSettings EdgeWidthDialogUserSettings

Méthodes publiques

Méthode Description
AssertValid ( ) : void
EdgeWidthDialog ( ) : System

Initializes a new instance of the EdgeWidthDialog 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.

btnOK_Click ( object sender, System 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

EdgeWidthDialog() public méthode

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

Property Details

m_oEdgeWidthDialogUserSettings protected_oe property

protected EdgeWidthDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oEdgeWidthDialogUserSettings
Résultat EdgeWidthDialogUserSettings