C# Class CrewChiefV3.BooleanPropertyControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
defaultValue System.Boolean
originalValue System.Boolean
propertyId String

Public Methods

Method Description
BooleanPropertyControl ( String propertyId, String label, System.Boolean value, System.Boolean defaultValue, String helpText ) : System
getValue ( ) : System.Boolean

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
checkedChanged ( object sender, EventArgs e ) : void

Method Details

BooleanPropertyControl() public method

public BooleanPropertyControl ( String propertyId, String label, System.Boolean value, System.Boolean defaultValue, String helpText ) : System
propertyId String
label String
value System.Boolean
defaultValue System.Boolean
helpText String
return System

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

getValue() public method

public getValue ( ) : System.Boolean
return System.Boolean

Property Details

defaultValue public_oe property

public Boolean,System defaultValue
return System.Boolean

originalValue public_oe property

public Boolean,System originalValue
return System.Boolean

propertyId public_oe property

public String propertyId
return String