Click or drag to resize

MessageBoxWindowShow Method

Namespace:  Project
Assembly:  Project (in Project.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static MessageBoxWindowResultData Show(
	UIControl parent,
	string text,
	string caption,
	EMessageBoxButtons buttons = EMessageBoxButtons.OK,
	EMessageBoxIcon icon = EMessageBoxIcon.None,
	UIStyle overrideStyle = null,
	MessageBoxWindowResultDelegate resultHandler = null,
	Object resultHandlerAnyData = null
)

Parameters

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

Return Value

Type: MessageBoxWindowResultData
See Also