_DRecipientControl 接口

定义

显示 Outlook 项目的收件人的控件。

public interface class _DRecipientControl
[System.Runtime.InteropServices.Guid("0006F025-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface _DRecipientControl
Public Interface _DRecipientControl
派生
属性

注解

这是 COM coclass(托管代码需要此 Coclass 来实现与相应的 COM 对象的互操作性)中的主接口。 使用此接口访问对象及其成员;有关它们的信息,请参阅此接口。

属性

BackColor

返回或设置一个 Integer 类型的值,该值指示控件的背景色。 读/写。

Enabled

返回或获取 C#) 中的 布尔 值 (bool ,指示是否允许控件运行。 读/写。

Font

返回用于呈现控件内文本的字体。 只读。

ForeColor

返回或设置一个 Integer 类型的值,该值指示控件的前景色。 读/写。

ReadOnly

返回或设置 C#) 中 bool (bool 的布尔值,该值指定控件中显示的收件人是否只能查看和不能修改。 读/写。

SpecialEffect

返回或设置指定对象视觉外观的 Integer。 读/写。

适用于