Share

PromptMessage.Icon Property

Parent Object: PromptMessage

Description

Read-only property that returns the icon type of the prompt message. Values that can be used: vbCritical(16), vbExclamation(48), vbInformation(64), vbQuestion(32).

Syntax

PromptMessage.Icon() As Long

Property Value

This is a read only property whose value is a Long.

Version

Introduced in version 2025.1

Was this information helpful?