Formulario de panel de Notificaciones para utilizar en el OnBoarding.
Más...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used.
|
|
|
bool | _OcultandoAyuda [get] |
| Indica que se está oncultando ayuda.
|
|
bool | _PlayingVideo [get] |
| Indica que tenemos el formuialrio en modo reproducción de vídeo.
|
|
bool | _FormParentStateActived [get, set] |
| Indica que el foco lo tiene el formulario donde se ha creado la ayuda para poder gestionar el Deactivate y el Activate correctamente.
|
|
override bool | ShowWithoutActivation [get] |
| No nos interesa que capte el foco al instanciar el formulario.
|
|
Formulario de panel de Notificaciones para utilizar en el OnBoarding.
Definición en la línea 20 del archivo FormPanelNotificaciones.cs.
◆ FormPanelNotificaciones() [1/4]
Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones |
( |
string | tcPantalla, |
|
|
string | tcDescripcion, |
|
|
IOnBoardingController | toOnBoardingController, |
|
|
IAyudaContextual | toAyudaContextual, |
|
|
string | tcCaption ) |
|
inline |
Constructor para la carga de los nodos/items del OnBoarding.
- Parámetros
-
tcPantalla | Identificador de la pantalla |
tcDescripcion | Descripción de la pantalla de ayuda |
toOnBoardingController | Instancia del BoardingController |
toAyudaContextual | Instancia de la ayuda contextual |
tcCaption | Caption del formulario |
Definición en la línea 89 del archivo FormPanelNotificaciones.cs.
◆ FormPanelNotificaciones() [2/4]
Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones |
( |
string | tcPantalla, |
|
|
string | tcDescripcion, |
|
|
IOnBoardingController | toOnBoardingController, |
|
|
IAyudaContextual | toAyudaContextual ) |
|
inline |
Constructor para la carga de los nodos/items del OnBoarding.
- Parámetros
-
tcPantalla | Identificador de la pantalla |
tcDescripcion | Descripción de la pantalla de ayuda |
toOnBoardingController | Instancia del BoardingController |
toAyudaContextual | Instancia de la ayuda contextual |
Definición en la línea 101 del archivo FormPanelNotificaciones.cs.
◆ FormPanelNotificaciones() [3/4]
Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones |
( |
IOnBoardingController | toOnBoardingController, |
|
|
INodo | toNodo ) |
|
inline |
Constructor para la reproducción de un vídeo.
- Parámetros
-
toOnBoardingController | Instancia del BoardingController |
toNodo | Nodo del vídeo a reproducir |
Definición en la línea 111 del archivo FormPanelNotificaciones.cs.
◆ FormPanelNotificaciones() [4/4]
Sage.ES.Onboarding.Forms.FormPanelNotificaciones.FormPanelNotificaciones |
( |
string | tcUrlVideo | ) |
|
|
inline |
◆ _Hide()
void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._Hide |
( |
| ) |
|
|
inline |
◆ _RefreshNoticiasPendientes_Handler()
delegate void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._RefreshNoticiasPendientes_Handler |
( |
| ) |
|
Delegado para el refresco de noticias pendientes.
◆ _RelocatePoint()
void Sage.ES.Onboarding.Forms.FormPanelNotificaciones._RelocatePoint |
( |
| ) |
|
|
inline |
Posición de la ayuda antes de ocultarla al ejecutar una acción a partir de un nodo.
Definición en la línea 189 del archivo FormPanelNotificaciones.cs.
◆ Dispose()
override void Sage.ES.Onboarding.Forms.FormPanelNotificaciones.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parámetros
-
disposing | true if managed resources should be disposed; otherwise, false. |
Definición en la línea 17 del archivo FormPanelNotificaciones.Designer.cs.
◆ labelCaption
System.Windows.Forms.Label Sage.ES.Onboarding.Forms.FormPanelNotificaciones.labelCaption |
|
protected |
◆ panelCabecera
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelCabecera |
|
protected |
◆ panelDetalle
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelDetalle |
|
protected |
◆ panelNodos
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelNodos |
|
protected |
◆ panelResizeBottom
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeBottom |
|
protected |
◆ panelResizeCabeceraLeft
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCabeceraLeft |
|
protected |
◆ panelResizeCabeceraRight
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCabeceraRight |
|
protected |
◆ panelResizeCornerBottomLeft
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerBottomLeft |
|
protected |
◆ panelResizeCornerBottomRight
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerBottomRight |
|
protected |
◆ panelResizeCornerTopLeft
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerTopLeft |
|
protected |
◆ panelResizeCornerTopRight
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeCornerTopRight |
|
protected |
◆ panelResizeLeft
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeLeft |
|
protected |
◆ panelResizeRight
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeRight |
|
protected |
◆ panelResizeTop
System.Windows.Forms.Panel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.panelResizeTop |
|
protected |
◆ pictureBoxClose
System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxClose |
|
protected |
◆ pictureBoxReturn
System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxReturn |
|
protected |
◆ pictureBoxSaludo
System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxSaludo |
|
protected |
◆ pictureBoxWindowState
System.Windows.Forms.PictureBox Sage.ES.Onboarding.Forms.FormPanelNotificaciones.pictureBoxWindowState |
|
protected |
◆ tableLayoutPanelDetalle
System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelDetalle |
|
protected |
◆ tableLayoutPanelLeft
System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelLeft |
|
protected |
◆ tableLayoutPanelOnBoarding
System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelOnBoarding |
|
protected |
◆ tableLayoutPanelRight
System.Windows.Forms.TableLayoutPanel Sage.ES.Onboarding.Forms.FormPanelNotificaciones.tableLayoutPanelRight |
|
protected |
◆ toolTipAyuda
System.Windows.Forms.ToolTip Sage.ES.Onboarding.Forms.FormPanelNotificaciones.toolTipAyuda |
|
protected |
◆ _FormParentStateActived
bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._FormParentStateActived |
|
getset |
Indica que el foco lo tiene el formulario donde se ha creado la ayuda para poder gestionar el Deactivate y el Activate correctamente.
Definición en la línea 61 del archivo FormPanelNotificaciones.cs.
◆ _OcultandoAyuda
bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._OcultandoAyuda |
|
get |
◆ _PlayingVideo
bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones._PlayingVideo |
|
get |
◆ ShowWithoutActivation
override bool Sage.ES.Onboarding.Forms.FormPanelNotificaciones.ShowWithoutActivation |
|
getprotected |
◆ _RefreshNoticiasPendientes
La documentación de esta clase está generada de los siguientes archivos: