DialogsInfoMessage(String, Object) Method

Note: This API is now obsolete.
Shows an information message dialog with an OK button.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("Use InfoMessage(string) with an already localized message instead.")]
public static void InfoMessage(
	string message,
	params Object[] args
)

Parameters

message  String
Message with placeholders in invariant language.
args  Object
Arguments for placeholders

Remarks

  Caution

This overload does not translate the message parameter anymore, just removes the possibly existing distinction postfix, and simply formats it with the args parameters. See the Remarks section of the InfoMessage(String) overload for more details.

See Also