_ViewFont.ExtendedColor 属性

定义

返回或设置一个 OlCategoryColor 常量作为视图的字体颜色。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlCategoryColor ExtendedColor { Microsoft::Office::Interop::Outlook::OlCategoryColor get(); void set(Microsoft::Office::Interop::Outlook::OlCategoryColor value); };
public Microsoft.Office.Interop.Outlook.OlCategoryColor ExtendedColor { get; set; }
Public Property ExtendedColor As OlCategoryColor

属性值

注解

可以使用 Color 属性或 ExtendedColor 属性在视图中设置字体颜色。 日历视图特别情况下,您必须使用 ExtendedColor 属性来设置字体颜色。

适用于