Constants.vbMsgBoxRight 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示當呼叫該 MsgBox 函式時,文字會被右對齊。
public: Microsoft::VisualBasic::MsgBoxStyle vbMsgBoxRight = 524288;
public const Microsoft.VisualBasic.MsgBoxStyle vbMsgBoxRight = 524288;
val mutable vbMsgBoxRight : Microsoft.VisualBasic.MsgBoxStyle
Public Const vbMsgBoxRight As MsgBoxStyle = 524288
欄位值
Value = 524288備註
當你呼叫函式時 MsgBox ,你可以在程式碼中用 MsgBoxStyle 列舉來取代實際的值。 該 Buttons 論證取 MsgBoxStyle 列舉成員。