Constants.vbMsgBoxRtlReading 필드

정의

MsgBox 함수가 호출될 때 오른쪽에서 왼쪽으로 읽는 텍스트(히브리어 및 아랍어 시스템)가 표시됨을 나타냅니다.

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

필드 값

Value = 1048576

설명

호출 하는 경우는 MsgBox 함수를 사용할 수는 MsgBoxStyle 실제 값 대신 코드의 열거형입니다. 합니다 Buttons 인수는 MsgBoxStyle 열거형 멤버입니다.

적용 대상

추가 정보