C# Class Smrf.NodeXL.ExcelTemplate.MaximumLabelLengthControl

ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_iMaximumLabelLength Int32

Public Methods

Method Description
MaximumLabelLengthControl ( ) : System

Initializes a new instance of the class.

Validate ( ) : Boolean

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
AssertValid ( ) : void
InitializeComponent ( ) : void

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

chkUseMaximumLabelLength_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

MaximumLabelLengthControl() public method

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

Validate() public method

public Validate ( ) : Boolean
return Boolean

Property Details

m_iMaximumLabelLength protected_oe property

protected Int32 m_iMaximumLabelLength
return Int32