Click or drag to resize

IApplicationSOMessageBox Method

Display a SuperOffice style messagebox

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
short SOMessageBox(
	string i_msg,
	string i_title = "SOCRM",
	[OptionalAttribute] short i_type
)

Parameters

i_msg
Type: SystemString
i_title (Optional)
Type: SystemString
i_type (Optional)
Type: SystemInt16

Return Value

Type: Int16
See Also