C# Class Smrf.NodeXL.ExcelTemplate.AlphaDialog

Gets an alpha value from the user.
If Form.ShowDialog() returns DialogResult.OK, read the property to get the alpha value specified by the user.
Inheritance: ExcelTemplateForm
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oAlphaDialogUserSettings AlphaDialogUserSettings

Public Methods

Method Description
AlphaDialog ( ) : System

Initializes a new instance of the AlphaDialog class.

AssertValid ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean

Private Methods

Method 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

AlphaDialog() public method

Initializes a new instance of the AlphaDialog class.
public AlphaDialog ( ) : System
return System

AssertValid() public method

public AssertValid ( ) : void
return void

Dispose() protected method

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

DoDataExchange() protected method

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
return System.Boolean

Property Details

m_oAlphaDialogUserSettings protected_oe property

protected AlphaDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAlphaDialogUserSettings
return AlphaDialogUserSettings