_Application.OpenAttachmentsInFullScreen プロパティ

定義

Microsoft Office Wordが読み取りモードで電子メールの添付ファイルを開くかどうかを表すブール型 (Boolean) の値を取得または設定します。 値の取得と設定が可能です。

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

プロパティ値

Boolean

注釈

このプロパティは、[ Word のオプション] ダイアログ ボックスの [ 電子メールの添付ファイルを全画面閲覧表示で開く] チェック ボックスに対応します。

適用対象