C# Class OZWForm.ValuePanelDecimal

Value panel for containing decimal values
Inheritance: ValuePanel
Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Méthodes publiques

Méthode Description
ValuePanelDecimal ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelDecimal class.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

ValueDecimalButtonSet_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ValueDecimalButtonSet control.

Method Details

ValuePanelDecimal() public méthode

Initializes a new instance of the ValuePanelDecimal class.
public ValuePanelDecimal ( ZWValueID valueID ) : System
valueID ZWValueID The value identifier.
Résultat System