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
- bstrText
Type: System.String
- bstrButtons
Type: System.String
- bstrIcon
Type: System.String
Return Value
Type: System.Int32