Constants.vbMsgBoxSetForeground 필드

정의

함수가 호출될 때 메시지 상자가 포그라운드에 MsgBox 표시되도록 나타냅니다.

public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxSetForeground = 65536;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxSetForeground = 65536;
val mutable vbMsgBoxSetForeground : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxSetForeground As MsgBoxStyle  = 65536

필드 값

Value = 65536

설명

MsgBox 함수를 호출할 때, 실제 값 대신 코드에서 MsgBoxStyle 열거형을 사용할 수 있습니다. 인수는 Buttons 열거형 멤버를 MsgBoxStyle 사용합니다.

적용 대상

추가 정보