ILicWizExternal.MsoAlert Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function MsoAlert ( _
    bstrText As String, _
    bstrButtons As String, _
    bstrIcon As String _
) As Integer
'Usage
Dim instance As ILicWizExternal
Dim bstrText As String
Dim bstrButtons As String
Dim bstrIcon As String
Dim returnValue As Integer

returnValue = instance.MsoAlert(bstrText, _
    bstrButtons, bstrIcon)
int MsoAlert(
    string bstrText,
    string bstrButtons,
    string bstrIcon
)

Parameters

Return Value

Type: System.Int32

See Also

Reference

ILicWizExternal Interface

ILicWizExternal Members

Microsoft.Office.Core Namespace