Referencia de la Clase sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl

Defines the editing control for the DataGridViewNumericUpDownCell custom cell type. Más...

Diagrama de herencias de sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl
sage.ew.objetos.ewnumericupdown sage.ew.objetos.IValidationControl sage.ew.objetos.IReadOnly sage.ew.interficies.IConfigUserOption

Métodos públicos

 DataGridViewNumericUpDownEditingControl ()
 Constructor of the editing control class Más...
 
virtual void ApplyCellStyleToEditingControl (DataGridViewCellStyle dataGridViewCellStyle)
 Method called by the grid before the editing control is shown so it can adapt to the provided cell style. Más...
 
virtual bool EditingControlWantsInputKey (Keys keyData, bool dataGridViewWantsInputKey)
 Method called by the grid on keystrokes to determine if the editing control is interested in the key or not. Más...
 
virtual object GetEditingControlFormattedValue (DataGridViewDataErrorContexts context)
 Returns the current value of the editing control. Más...
 
virtual void PrepareEditingControlForEdit (bool selectAll)
 Called by the grid to give the editing control a chance to prepare itself for the editing session. Más...
 
- Métodos públicos heredados desde sage.ew.objetos.ewnumericupdown
object _GetValueUserOption ()
 Nos devuelve el valor establecido en este momento en el control visual. Más...
 
void _SetValueUserOption (object toValor)
 Para establecer un valor en el control visual. Más...
 
 ewnumericupdown ()
 Inicializa una nueva instancia de la clase ewnumericupdown Más...
 
void ewnumericupdown_Click (object sender, EventArgs e)
 Evento clilck Más...
 

Métodos protegidos

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...
 
- Métodos protegidos heredados desde sage.ew.objetos.ewnumericupdown
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)
 Evento OnKeyUp Más...
 
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...
 

Propiedades

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...
 
- Propiedades heredados desde sage.ew.objetos.ewnumericupdown
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...
 
- Propiedades heredados desde sage.ew.objetos.IValidationControl
bool _ErrorValidation [get, set]
 Indica si tiene asociado un error de validación Más...
 
- Propiedades heredados desde sage.ew.objetos.IReadOnly
bool ReadOnly [get, set]
 Indica si es ReadOnly Más...
 
- Propiedades heredados desde sage.ew.interficies.IConfigUserOption
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...
 

Otros miembros heredados

- Campos de datos heredados desde sage.ew.objetos.ewnumericupdown
bool _Tactil = true
 Indica si el botón se utilizará en una pantalla para uso táctil. Más...
 
- Eventos heredados desde sage.ew.objetos.ewnumericupdown
EventHandler OnConfigUserValueChanged
 Evento para determinar cuando cambia el valor y mostrar mensaje si es opcional Más...
 
- Eventos heredados desde sage.ew.interficies.IConfigUserOption
EventHandler OnConfigUserValueChanged
 Evento para determinar cuando cambia el valor y mostrar mensaje si es opcional Más...
 

Descripción detallada

Defines the editing control for the DataGridViewNumericUpDownCell custom cell type.

Definición en la línea 4840 del archivo Mantegrid.cs.

Documentación del constructor y destructor

◆ DataGridViewNumericUpDownEditingControl()

sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.DataGridViewNumericUpDownEditingControl ( )
inline

Constructor of the editing control class

Definición en la línea 4856 del archivo Mantegrid.cs.

Documentación de las funciones miembro

◆ ApplyCellStyleToEditingControl()

virtual void sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.ApplyCellStyleToEditingControl ( DataGridViewCellStyle  dataGridViewCellStyle)
inlinevirtual

Method called by the grid before the editing control is shown so it can adapt to the provided cell style.

Definición en la línea 4952 del archivo Mantegrid.cs.

◆ EditingControlWantsInputKey()

virtual bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingControlWantsInputKey ( Keys  keyData,
bool  dataGridViewWantsInputKey 
)
inlinevirtual

Method called by the grid on keystrokes to determine if the editing control is interested in the key or not.

Definición en la línea 4974 del archivo Mantegrid.cs.

◆ GetEditingControlFormattedValue()

virtual object sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.GetEditingControlFormattedValue ( DataGridViewDataErrorContexts  context)
inlinevirtual

Returns the current value of the editing control.

Definición en la línea 5065 del archivo Mantegrid.cs.

◆ OnKeyPress()

override void sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.OnKeyPress ( KeyPressEventArgs  e)
inlineprotected

Listen to the KeyPress notification to know when the value changed, and notify the grid of the change.

Definición en la línea 5121 del archivo Mantegrid.cs.

◆ OnValueChanged()

override void sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.OnValueChanged ( EventArgs  e)
inlineprotected

Listen to the ValueChanged notification to forward the change to the grid.

Definición en la línea 5162 del archivo Mantegrid.cs.

◆ PrepareEditingControlForEdit()

virtual void sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.PrepareEditingControlForEdit ( bool  selectAll)
inlinevirtual

Called by the grid to give the editing control a chance to prepare itself for the editing session.

Definición en la línea 5084 del archivo Mantegrid.cs.

◆ ProcessKeyEventArgs()

override bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.ProcessKeyEventArgs ( ref Message  m)
inlineprotected

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.

Definición en la línea 5176 del archivo Mantegrid.cs.

Documentación de propiedades

◆ EditingControlDataGridView

virtual DataGridView sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingControlDataGridView
getset

Property which caches the grid that uses this editing control

Definición en la línea 4868 del archivo Mantegrid.cs.

◆ EditingControlFormattedValue

virtual object sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingControlFormattedValue
getset

Property which represents the current formatted value of the editing control

Definición en la línea 4883 del archivo Mantegrid.cs.

◆ EditingControlRowIndex

virtual int sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingControlRowIndex
getset

Property which represents the row in which the editing control resides

Definición en la línea 4898 del archivo Mantegrid.cs.

◆ EditingControlValueChanged

virtual bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingControlValueChanged
getset

Property which indicates whether the value of the editing control has changed or not

Definición en la línea 4913 del archivo Mantegrid.cs.

◆ EditingPanelCursor

virtual Cursor sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.EditingPanelCursor
get

Property which determines which cursor must be used for the editing panel, i.e. the parent of the editing control.

Definición en la línea 4929 del archivo Mantegrid.cs.

◆ RepositionEditingControlOnValueChange

virtual bool sage.ew.objetos.UserControls.Mantegrid.DataGridViewNumericUpDownEditingControl.RepositionEditingControlOnValueChange
get

Property which indicates whether the editing control needs to be repositioned when its value changes.

Definición en la línea 4941 del archivo Mantegrid.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: