Click or drag to resize

LogPlatformFunctionalityShowMessageBox Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract EDialogResult ShowMessageBox(
	string text,
	string caption,
	EMessageBoxButtons buttons = EMessageBoxButtons.OK
)

Parameters

text
Type: SystemString
caption
Type: SystemString
buttons (Optional)
Type: NeoAxisEMessageBoxButtons

Return Value

Type: EDialogResult
See Also