|
override void | OnKeyPress (KeyPressEventArgs e) |
| Listen to the KeyPress notification to know when the value changed, and notify the grid of the change. Más...
|
|
override void | OnValueChanged (EventArgs e) |
| Listen to the ValueChanged notification to forward the change to the grid. Más...
|
|
override bool | ProcessKeyEventArgs (ref Message m) |
| A few keyboard messages need to be forwarded to the inner textbox of the NumericUpDown control so that the first character pressed appears in it. Más...
|
|
override void | OnTextBoxKeyPress (object source, KeyPressEventArgs e) |
| Provoca el evento KeyPress. (Invalida a UpDownBase.OnTextBoxKeyPress(Object, KeyPressEventArgs)). Más...
|
|
override void | OnTextBoxTextChanged (object source, EventArgs e) |
| Provoca el evento TextChanged. Más...
|
|
override void | OnKeyDown (KeyEventArgs e) |
| Responde al evento KeyDown. Más...
|
|
override void | OnKeyUp (KeyEventArgs e) |
|
override void | OnKeyPress (KeyPressEventArgs e) |
| Se produce cuando se presiona una tecla mientras el control tiene el foco. Más...
|
|
override void | WndProc (ref Message m) |
| Mensajes recibidos Más...
|
|
override void | OnPaint (PaintEventArgs e) |
| OnPaint Más...
|
|
|
virtual DataGridView | EditingControlDataGridView [get, set] |
| Property which caches the grid that uses this editing control Más...
|
|
virtual object | EditingControlFormattedValue [get, set] |
| Property which represents the current formatted value of the editing control Más...
|
|
virtual int | EditingControlRowIndex [get, set] |
| Property which represents the row in which the editing control resides Más...
|
|
virtual bool | EditingControlValueChanged [get, set] |
| Property which indicates whether the value of the editing control has changed or not Más...
|
|
virtual Cursor | EditingPanelCursor [get] |
| Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control. Más...
|
|
virtual bool | RepositionEditingControlOnValueChange [get] |
| Property which indicates whether the editing control needs to be repositioned when its value changes. Más...
|
|
bool | _EsOpcionalConfigUser = false [get, set] |
| Para determinar si en este objeto se podrá configurar un valor por defecto Más...
|
|
bool | _UsuarioPermiteConfigUser = false [get, set] |
| Para determinar si el usuario ha permitido configurar un valor por defecto (solo opcionales) Más...
|
|
string | _DescripcionOpcional [get, set] |
| Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto. Más...
|
|
bool | _PermitirConfigUser [get, set] |
| Para determinar si en este objeto se podrá configurar un valor por defecto Más...
|
|
string | _DescripcionError [get, set] |
| Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto. Más...
|
|
bool | _EditMode [get, set] |
| Para establecer si este objeto está en modo Edición o Ejecución True -> Edición False -> Ejecución Más...
|
|
ewtextboxEstilosBase | _PropiedadesDeEstilos [get, set] |
| Objeto estilo Más...
|
|
string | _Tooltip [get, set] |
| Tooltip del control para asignar por código Más...
|
|
bool | _SelectOnEntry [get, set] |
| Seleccionar el contenido del control al recibir el foco Más...
|
|
new bool | ReadOnly [get, set] |
| Controla si se puede cambiar el texto en el control de edición. PE-76532 Si es de solo lectura se bloquea el incremento Más...
|
|
new bool | Enabled [get, set] |
| Enmascara la propiedad base Enable para redirigirla hacia el _ReadOnly Más...
|
|
bool | _ReadOnly [get, set] |
| Permite deshabilitar el control manteniendo el contenido seleccionable Más...
|
|
new decimal | Value [get, set] |
| Obtiene o establece el valor asignado al ewnumericupdown no permitiendo superar 'Minimum' y 'Maximum'. Más...
|
|
bool | _CanChangeStyle [get, set] |
| Propiedad para permitir cambiar los estilos dentro de un form satelite. Habrá que controlar el valor también en el form satelite Más...
|
|
override string | Text [get, set] |
| Obtiene o establece el texto que se mostrará en el control Más...
|
|
bool | _ErrorValidation [get, set] |
| Si control asociado error de validacion Más...
|
|
bool | _ErrorValidation [get, set] |
| Indica si tiene asociado un error de validación Más...
|
|
bool | ReadOnly [get, set] |
| Indica si es ReadOnly Más...
|
|
bool | _PermitirConfigUser [get, set] |
| Para determinar si en este objeto se podrá configurar un valor por defecto Más...
|
|
bool | _EsOpcionalConfigUser [get, set] |
| Para determinar si en este objeto el usuario podrá definir si permite la configuración Más...
|
|
bool | _UsuarioPermiteConfigUser [get, set] |
| Para determinar si el usuario ha permitido configurar un valor por defecto (solo opcionales) Más...
|
|
string | _DescripcionError [get, set] |
| Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto. Más...
|
|
string | _DescripcionOpcional [get, set] |
| Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto. Más...
|
|
bool | _EditMode [get, set] |
| Para establecer si este objeto está en modo Edición o Ejecución True -> Edición False -> Ejecución Más...
|
|
Defines the editing control for the DataGridViewNumericUpDownCell custom cell type.
Definición en la línea 4756 del archivo Mantegrid.cs.