|
void | Initialize () |
| Initializes this instance. Más...
|
|
override void | OnMouseEnter (EventArgs e) |
| Provoca el evento MouseEnter Más...
|
|
override void | OnMouseLeave (EventArgs e) |
| Provoca el evento MouseLeave Más...
|
|
override void | OnMouseDown (MouseEventArgs e) |
| Provoca el evento MouseDown Más...
|
|
override void | OnMouseUp (MouseEventArgs e) |
| Provoca el evento MouseUp Más...
|
|
override void | OnPaint (PaintEventArgs pevent) |
| Pintamos el botón con el estilo actual de windows Más...
|
|
override void | Dispose (bool disposing) |
| Protected implementation of Dispose pattern. Más...
|
|
override void | OnPaint (PaintEventArgs e) |
| Provoca el evento Paint Más...
|
|
override void | OnClick (EventArgs e) |
| PE-85722 Intercepto el lanzamiento del evento click para todos los botones Más...
|
|
virtual bool | _Validaciones_ewButton () |
| Método que ejecuta las validaciones especÃficas de un ewButtonBase Más...
|
|
bool | _PermitirEnTerminalIndependiente (dynamic toDocumento=null) |
| PE-81300 : Método que devolvera un boleano indicando si el boton se puede utilizar en el formulario segun trabaje o no con el Terminal Independiente. PE-94702: añadimos un parámetro tnModulo, por defecto 1 (ventas), por si en un futuro hay que usar esta función fuera de las ventas. Más...
|
|
|
new string | Text [get, set] |
| Gets or sets the text property of the button control. Más...
|
|
new Color | BackColor [get, set] |
| Gets or sets the background color of the control. Más...
|
|
Color | BackColorPressed [get, set] |
| Color del botón presionado Más...
|
|
Color | BackColorMouseOver [get, set] |
| Color del botón presionado Más...
|
|
new int | Top [get] |
| Gets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. Más...
|
|
new int | Left [get] |
| Gets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. Más...
|
|
new int | Width [get, set] |
| Gets the width of the control. Más...
|
|
new int | Height [get] |
| Gets the height of the control. Más...
|
|
ewbuttonEstilosBase | _PropiedadesDeEstilos [get, set] |
| Objeto estilo Más...
|
|
bool | _GoogleAnalytics [get, set] |
| Indica si el click del botón se enviara a la plataforma de estadisticas de Google (PEP) PE-105393 Más...
|
|
TeclasRapidas | _TeclaRapida [get, set] |
| Tecla rà pida del botó, per si no té caption Más...
|
|
TeclasFuncion | _TeclaFuncion [get, set] |
| Tecla rà pida del botó, per si no té caption 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...
|
|
bool | _RequiereCaja [get, set] |
| Propiedad que determina si el botón requiere la caja Más...
|
|
List< string > | _OpcionConfiguracion [get, set] |
| Servira para especificar el nombre de la opción a mostrar en el menú contextual del boton. Si se especifica un nombre, se cargan los objetos necesarios para el menu contextual mediante loadContextMenu(). Ejemplo en btListados.cs Más...
|
|
string | _Tooltip [get, set] |
| Tooltip del control para asignar por código Más...
|
|
virtual Int32 | _Id_Objeto [get] |
| PE-85824 Get que carga y retorna el valor del ID del objeto Más...
|
|
override bool | ShowFocusCues [get] |
| Para ocultar el borde interior cuando tenemos el foco en botones de tipo FLAT Más...
|
|
LocalizacionOpcion | _Localizacion [get, set] |
| Localización en listados Más...
|
|
bool | _RequiereCaja [get, set] |
| Requiere caja Más...
|
|
bool | _GoogleAnalytics [get, set] |
| Propiedad Google analitic Más...
|
|
LocalizacionOpcion | _Localizacion [get] |
| PosicÃon donde se colocará el objeto Más...
|
|
int | Top [get] |
| Gets the height of the control. Más...
|
|
int | Left [get] |
| Gets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. Más...
|
|
int | Width [get] |
| Gets the width of the control. Más...
|
|
int | Height [get] |
| Gets the height of the control. Más...
|
|
An instance of a button which can be added to the ActiveButtons menu.
The ActiveButton class can be used to create new button instances, which can be added to the current IActiveMenu. The Height and Width properties of the button class are auto-configured based on the current platform and theme.
IActiveMenu menu = ActiveMenu.GetInstance(this);
button.Text = "One";
button.BackColor =
Color.Red;
button.Click += new EventHandler(button_Click);
menu.Items.Add(button);
Definición en la lÃnea 54 del archivo ActiveButton.cs.
new int sage.ew.formul.ButtonTittle.ActiveButton.Height |
|
get |
Gets the height of the control.
- Devuelve
- The height of the control in pixels.
<PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" unrestricted="true"><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" unrestricted="true"><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" flags="UnmanagedCode, ControlEvidence"><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" unrestricted="true"></PermissionSet>
Definición en la lÃnea 206 del archivo ActiveButton.cs.