Partager via


Assistant.DoAlert Méthode

Définition

Affiche une alerte et retourne un entier qui indique le bouton sur lequel l’utilisateur a appuyé.

public:
 int DoAlert(System::String ^ bstrAlertTitle, System::String ^ bstrAlertText, Microsoft::Office::Core::MsoAlertButtonType alb, Microsoft::Office::Core::MsoAlertIconType alc, Microsoft::Office::Core::MsoAlertDefaultType ald, Microsoft::Office::Core::MsoAlertCancelType alq, bool varfSysAlert);
public int DoAlert (string bstrAlertTitle, string bstrAlertText, Microsoft.Office.Core.MsoAlertButtonType alb, Microsoft.Office.Core.MsoAlertIconType alc, Microsoft.Office.Core.MsoAlertDefaultType ald, Microsoft.Office.Core.MsoAlertCancelType alq, bool varfSysAlert);
abstract member DoAlert : string * string * Microsoft.Office.Core.MsoAlertButtonType * Microsoft.Office.Core.MsoAlertIconType * Microsoft.Office.Core.MsoAlertDefaultType * Microsoft.Office.Core.MsoAlertCancelType * bool -> int
Public Function DoAlert (bstrAlertTitle As String, bstrAlertText As String, alb As MsoAlertButtonType, alc As MsoAlertIconType, ald As MsoAlertDefaultType, alq As MsoAlertCancelType, varfSysAlert As Boolean) As Integer

Paramètres

bstrAlertTitle
String

Définit le titre de l’alerte.

bstrAlertText
String

Définit le texte de l’alerte.

alb
MsoAlertButtonType

Détermine les boutons affichés sur l’alerte.

alc
MsoAlertIconType

Détermine l’icône affichée sur l’alerte.

ald
MsoAlertDefaultType

Détermine quel bouton est défini comme bouton par défaut de l’alerte. Si cet argument est défini sur une valeur supérieure au nombre de boutons, une erreur est retournée.

alq
MsoAlertCancelType

Définissez toujours cette valeur sur msoAlertCancelDefault. Tout autre paramètre peut retourner une erreur.

varfSysAlert
Boolean

True si l’alerte est affichée dans une boîte de message ou False si l’alerte est affichée via l’Assistant Office.

Retours

S’applique à