Table of Contents

Constructor MessageBoxEventArgs

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

MessageBoxEventArgs(string, IWin32Window?, string?, MessageBoxButtons, MessageBoxIcon)

public MessageBoxEventArgs(string message, IWin32Window? owner, string? caption, MessageBoxButtons buttons, MessageBoxIcon icon)

Parameters

message string
owner IWin32Window
caption string
buttons MessageBoxButtons
icon MessageBoxIcon