次の方法で共有


EmailOptions.AutoFormatAsYouTypeApplyBulletedLists プロパティ

定義

入力時に行頭文字 (アスタリスク、ハイフン、大きい記号など) を [箇条書きと段落番号] ダイアログ ボックス ([書式] メニュー) の行頭文字に置き換えるかどうかを指定します。

public:
 property bool AutoFormatAsYouTypeApplyBulletedLists { bool get(); void set(bool value); };
public bool AutoFormatAsYouTypeApplyBulletedLists { get; set; }
member this.AutoFormatAsYouTypeApplyBulletedLists : bool with get, set
Public Property AutoFormatAsYouTypeApplyBulletedLists As Boolean

プロパティ値

注釈

このプロパティは、入力時に行頭文字 (アスタリスク、ハイフン、大きい記号など) を行頭文字と段落番号ダイアログ ボックス ([書式] メニュー) の行頭文字に置き換えた場合は True を返し、入力しない場合は False を 返します。

適用対象