 | IUserInterfaceInteractionProviderConfirm Method |
Shows a confirmation dialog box with message
Namespace: SanteDB.Client.UserInterfaceAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxbool Confirm(
string message
)
Function Confirm (
message As String
) As Boolean
bool Confirm(
String^ message
)
abstract Confirm :
message : string -> bool Parameters
- message String
- The message to prompt the user for
Return Value
BooleanTrue if the user confirmed the dialog box
See Also