MsoAlertIconType 列挙型

定義

通知と共に表示するアイコン (存在する場合) を指定します。

public enum class MsoAlertIconType
public enum MsoAlertIconType
type MsoAlertIconType = 
Public Enum MsoAlertIconType
継承
MsoAlertIconType

フィールド

msoAlertIconCritical 1

[ 警告] アイコンを表示します。

msoAlertIconInfo 4

[ 情報] アイコンを表示します。

msoAlertIconNoIcon 0

通知メッセージと共にアイコンを表示しません。

msoAlertIconQuery 2

[ クエリ] アイコンを表示します。

msoAlertIconWarning 3

[ 注意] アイコンを表示します。

適用対象