_ViewFont.ExtendedColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 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 属性来设置字体颜色。