C# Class SourceGrid.Cells.Editors.NumericUpDown

Inheritance: SourceGrid.Cells.Editors.EditorControlBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
GetEditedValue ( ) : object

Returns the value inserted with the current editor control

NumericUpDown ( ) : System

Create a model of type Decimal

NumericUpDown ( Type p_CellType, decimal p_Maximum, decimal p_Minimum, decimal p_Increment ) : System
SetEditValue ( object editValue ) : void

Set the specified value in the current editor control.

Méthodes protégées

Méthode Description
CreateControl ( ) : Control

Create the editor control

OnSendCharToEditor ( char key ) : void

Method Details

CreateControl() protected méthode

Create the editor control
protected CreateControl ( ) : Control
Résultat System.Windows.Forms.Control

GetEditedValue() public méthode

Returns the value inserted with the current editor control
public GetEditedValue ( ) : object
Résultat object

NumericUpDown() public méthode

Create a model of type Decimal
public NumericUpDown ( ) : System
Résultat System

NumericUpDown() public méthode

public NumericUpDown ( Type p_CellType, decimal p_Maximum, decimal p_Minimum, decimal p_Increment ) : System
p_CellType System.Type
p_Maximum decimal
p_Minimum decimal
p_Increment decimal
Résultat System

OnSendCharToEditor() protected méthode

protected OnSendCharToEditor ( char key ) : void
key char
Résultat void

SetEditValue() public méthode

Set the specified value in the current editor control.
public SetEditValue ( object editValue ) : void
editValue object
Résultat void