Share via


MsoAlertCancelType 列挙型

定義

ユーザーが警告をキャンセルしたときの動作を指定します。 msoAlertCancelDefault現在のみサポートされています。

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

フィールド

msoAlertCancelDefault -1

通知をキャンセルした場合の既定の動作。

msoAlertCancelFifth 4

サポートされていません。

msoAlertCancelFirst 0

サポートされていません。

msoAlertCancelFourth 3

サポートされていません。

msoAlertCancelSecond 1

サポートされていません。

msoAlertCancelThird 2

サポートされていません。

適用対象