This is an icon style constant used by the SalMessageBox function to display an "i" (for information) icon in the message box. You can combine an icon style constant with a constant from the push button style, default button style, and modal style constant groups (all of which are also named MB_*) using the OR (|) operator. Note: For details on the default button refer to the Microsoft Interface Guidelines manual. See SalMessageBox Options and SalMessageBox Returns for more information. You can also use this constant with SalMessageBeep to play the sound identified by the SystemAsterisk statement in the [sounds] section of WIN.INI. Value = 64

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int MB_IconAsterisk

See Also