次の方法で共有


EmailOptions.AutoFormatAsYouTypeInsertOvers プロパティ

定義

ユーザーが "" または "" と入力したときに"" を自動的に挿入Wordかどうかを判断します。

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

プロパティ値

注釈

このプロパティは、Wordが自動的に " " を挿入する場合は True を返し、挿入しない場合は False を返します

適用対象