QDVArticleDatabase.PostMessageWithIcon Method

NOTE: This member is now obsolete. Use System.Windows.Forms.MessageBox.Show instead.

Pops up a text message with OK button.
[Obsolete("Use System.Windows.Forms.MessageBox.Show instead.")] 
public void PostMessageWithIcon( 
string MessageToBePosted
IconType Icon 
)
This language is not supported or no code example is available.

Parameters

MessageToBePosted
string

The message to be posted.

Icon
IconType

The icon type. 0 = Information, 1 = Exclamation, 2 = Critical, 3 = Question

Remarks
 
This function is provided for requests. With macro you would better call MessageBox.Show().

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition