Click or drag to resize

MessageBoxWindowShowAsync Method

Namespace:  Project
Assembly:  Project (in Project.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Task<EDialogResult> ShowAsync(
	UIControl parent,
	string text,
	string caption,
	EMessageBoxButtons buttons = EMessageBoxButtons.OK,
	EMessageBoxIcon icon = EMessageBoxIcon.None,
	UIStyle overrideStyle = null
)

Parameters

parent
Type: NeoAxisUIControl
text
Type: SystemString
caption
Type: SystemString
buttons (Optional)
Type: NeoAxisEMessageBoxButtons
icon (Optional)
Type: NeoAxisEMessageBoxIcon
overrideStyle (Optional)
Type: NeoAxisUIStyle

Return Value

Type: TaskEDialogResult
See Also