GrooveMessageBoxIcon Type
The GrooveMessageBoxIcon type provides values for icon type to be used with Groove message boxes.
Syntax
Enum GrooveMessageBoxIcon
GrooveMessageBoxIcon_None = 0x0000,
GrooveMessageBoxIcon_Exclamation = 0x0080,
GrooveMessageBoxIcon_Information = 0x0100,
End Enum
Members
Member | Description |
---|---|
|
Exclamation icon. |
|
Information icon. |
|
No icon. |
Remarks
This Enum type includes values for other icons, but these are not available to the Forms tool.