Click or drag to resize

TracerUserInterfaceInteractionProviderConfirm Method

Shows a confirmation dialog box with message

Namespace: SanteDB.Client.UserInterface.Impl
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool Confirm(
	string message
)

Parameters

message  String
The message to prompt the user for

Return Value

Boolean
True if the user confirmed the dialog box

Implements

IUserInterfaceInteractionProviderConfirm(String)
See Also