Click or drag to resize

PlatformFunctionalityShowMessageBoxYesNoQuestion Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract bool ShowMessageBoxYesNoQuestion(
	string text,
	string caption
)

Parameters

text
Type: SystemString
caption
Type: SystemString

Return Value

Type: Boolean
See Also