Method dialog.showInfo
Overload
Shows dialog with DIcon.Info icon.
public static int showInfo(string text1 = null, DText text2 = null, Strings buttons = default, DFlags flags = 0, AnyWnd owner = default, DText expandedText = null, string title = null, int secondsTimeout = 0)
Parameters
|
text1 (string)
Heading text. |
|
text2 (DText)
Message text. Can be string, or string with links like |
|
buttons (Strings)
List of button names or |
|
flags (DFlags)
Enum: CommandLinks, ExpandDown, Wider, XCancel, CenterOwner, CenterMouse, RawXY, MinimizeButton, Topmost, NoTopmost. |
|
owner (AnyWnd)
Owner window. See dialog.OwnerWindow. |
|
expandedText (DText)
Text in expander control. Can be string, or string with links like |
|
title (string)
Title bar text. If omitted, |
|
secondsTimeout (int)
If not 0, after this time (seconds) auto-close the dialog and return dialog.Timeout. |
Returns
|
int
Selected button id. |
Exceptions
|
Win32Exception
Failed to show dialog. Unlikely. |
Remarks
Calls dialog.show.