Constants.vbMsgBoxRtlReading Feld

Definition

Gibt an, dass Text mit Leserichtung von rechts nach links (hebräische und arabische Systeme) angezeigt wird, wenn die MsgBox-Funktion aufgerufen wird.

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

Feldwert

Value = 1048576

Hinweise

Wenn Sie die MsgBox Funktion aufrufen, können Sie die MsgBoxStyle -Enumeration in Ihrem Code anstelle der tatsächlichen Werte verwenden. Das Buttons Argument akzeptiert die Enumerationsmember MsgBoxStyle .

Gilt für:

Weitere Informationen