Constants.vbMsgBoxRtlReading Champ

Définition

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 = 1048576

Remarques

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 .

S’applique à

Voir aussi