Constants.vbMsgBoxRtlReading Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que le texte à lecture de droite à gauche (systèmes hébreu et arabe) est affiché lorsque la fonction MsgBox
est appelée.
public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxRtlReading = 1048576;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRtlReading = 1048576;
val mutable vbMsgBoxRtlReading : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxRtlReading As MsgBoxStyle = 1048576
Valeur de champ
Value = 1048576Remarques
Lorsque vous appelez la MsgBox
fonction, vous pouvez utiliser l’énumération MsgBoxStyle
dans votre code à la place des valeurs réelles. L’argument Buttons
prend les membres d’énumération MsgBoxStyle
.