Method | Description | |
---|---|---|
Ask ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool |
Shows a Yes/No dialog.
|
|
Dialog ( ) : System |
Default contructor.
|
|
Ok ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool |
Shows a Ok dialog.
|
|
OkCancel ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool |
Shows a Ok/Cancel dialog.
|
Method | Description | |
---|---|---|
FalseActionButton_Click ( object sender, |
||
GetIcon ( Icons icon ) : System.Windows.Controls.Canvas | ||
PrepareAsk ( string title, string instruction, string observation, Icons icon ) : void | ||
PrepareOk ( string title, string instruction, string observation, Icons icon ) : void | ||
PrepareOkCancel ( string title, string instruction, string observation, Icons icon ) : void | ||
TrueActionButton_Click ( object sender, |
public static Ask ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool | ||
title | string | The title of the window. |
instruction | string | The main instruction. |
observation | string | A complementar observation. |
icon | Icons | The image of the dialog. |
return | bool |
public static Ok ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool | ||
title | string | The title of the window. |
instruction | string | The main instruction. |
observation | string | A complementar observation. |
icon | Icons | The image of the dialog. |
return | bool |
public static OkCancel ( string title, string instruction, string observation, Icons icon = Icons.Error ) : bool | ||
title | string | The title of the window. |
instruction | string | The main instruction. |
observation | string | A complementar observation. |
icon | Icons | The image of the dialog. |
return | bool |