次の方法で共有


_TimelineView.ShowLabelWhenViewingByMonth プロパティ

定義

オブジェクトで月TimelineView単位で表示するときに Outlook アイテムのラベルを表示するかどうかを決定するブール値 (C#ではブール値) を設定または返します。 読み取り/書き込みが可能です。

public:
 property bool ShowLabelWhenViewingByMonth { bool get(); void set(bool value); };
public bool ShowLabelWhenViewingByMonth { get; set; }
Public Property ShowLabelWhenViewingByMonth As Boolean

プロパティ値

注釈

このプロパティは、 プロパティが TimelineViewModeolTimelineViewMonth に設定されている場合にのみ適用されます。

適用対象