Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Inclure les membres protégés
Inclure les membres hérités
Sets the text for custom text buttons.
Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.
Liste de surcharge
| Nom | Description | |
|---|---|---|
![]() |
SetButtonText(String) | Sets the text for the custom text button when only one button is displayed in the exception message box. |
![]() |
SetButtonText(String, String) | Sets the text for the custom text buttons when only two buttons are displayed in the exception message box. |
![]() |
SetButtonText(String, String, String) | Sets the text for the custom text buttons when only three buttons are displayed in the exception message box. |
![]() |
SetButtonText(String, String, String, String) | Sets the text for the custom text buttons when only four buttons are displayed in the exception message box. |
![]() |
SetButtonText(String, String, String, String, String) | Sets the text for the custom text buttons when only five buttons are displayed in the exception message box. |
Haut de la page
Notes
Custom text buttons are used when Buttons is set to Custom.
The number of button text strings provided determines the number of custom text buttons displayed. The buttons are displayed in the order in which the strings are specified.
After the message box has been dismissed, use CustomDialogResult to determine which button was clicked.
.gif)