Méthode | Description | |
---|---|---|
DialogContent ( ) : System |
Constructor.
|
|
Hide ( ) : void |
Causes the dialog box to be hidden.
|
|
Show ( ) : void |
Causes the dialog box to be shown.
|
|
Show ( Action |
Causes the dialog box to be shown.
|
|
Show ( double delay, Action |
Causes the dialog box to be shown.
|
|
UpdateVisualState ( ) : void |
Updates the visual state of the control.
|
Méthode | Description | |
---|---|---|
OnDisposed ( ) : void |
Méthode | Description | |
---|---|---|
InvokeHiddenCallback ( ) : void | ||
OnHidden ( ) : void | ||
OnIsShowingChanged ( ) : void | ||
OnShown ( ) : void | ||
SyncSizeOnParent ( ) : void | ||
SyncTemplateOnParent ( ) : void |
public Show ( Action |
||
onHidden | Action |
Action that is invoked when the dialog is hidden. |
Résultat | void |
public Show ( double delay, Action |
||
delay | double | /// Shows the dialog after the specified delay (secs). /// This allows screen updates to occur prior to the dialog showing. /// Typically set very short, at either 0.1 secs or 0 secs. /// |
onHidden | Action |
Action that is invoked when the dialog is hidden. |
Résultat | void |