Click or drag to resize

SOApplicationClassSOMessageBox Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual 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

Implements

IApplicationSOMessageBox(String, String, Int16)
See Also