SOApplicationClassSOMessageBox Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual short SOMessageBox(
string i_msg,
string i_title = "SOCRM",
[OptionalAttribute] short i_type
)
Public Overridable Function SOMessageBox (
i_msg As String,
Optional i_title As String = "SOCRM",
<OptionalAttribute> i_type As Short
) As Short
Dim instance As SOApplicationClass
Dim i_msg As String
Dim i_title As String
Dim i_type As Short
Dim returnValue As Short
returnValue = instance.SOMessageBox(i_msg,
i_title, i_type)
public:
virtual short SOMessageBox(
[InAttribute] String^ i_msg,
[InAttribute] String^ i_title = L"SOCRM",
[OptionalAttribute] [InAttribute] short i_type
)
Parameters
- i_msg
- Type: SystemString
- i_title (Optional)
- Type: SystemString
- i_type (Optional)
- Type: SystemInt16
Return Value
Type:
Int16Implements
IApplicationSOMessageBox(String, String, Int16)
See Also