CogDesignerApplicationInfo DisplayMessage DelegateCognex VisionPro 9.10

Namespace: Cognex.VisionPro.ApplicationWizard.Implementation.Internal
Assembly: Cognex.VisionPro.ApplicationWizard.Core (in Cognex.VisionPro.ApplicationWizard.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public delegate DialogResult DisplayMessage(
	string text,
	string caption,
	MessageBoxButtons buttons,
	MessageBoxIcon icon
)

Parameters

text
Type: System String
caption
Type: System String
buttons
Type: System.Windows.Forms MessageBoxButtons
icon
Type: System.Windows.Forms MessageBoxIcon

Return Value

Type: DialogResult
See Also