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 列舉成員。

適用於

另請參閱