_RecipientControl Members
Include Protected Members
Include Inherited Members
This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see _DRecipientControl.
The _RecipientControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackColor | Returns or sets an Integer that indicates the background color of the control. Read/write. (Inherited from _DRecipientControl.) | |
Enabled | Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write. (Inherited from _DRecipientControl.) | |
Font | Returns the font used to render the text inside the control. Read-only. (Inherited from _DRecipientControl.) | |
ForeColor | Returns or sets an Integer that indicates the foreground color of the control. Read/write. (Inherited from _DRecipientControl.) | |
ReadOnly | Returns or sets a Boolean value (bool in C#) that specifies whether the recipients displayed in the control can only be viewed and cannot be modified. Read/write. (Inherited from _DRecipientControl.) | |
SpecialEffect | Returns or sets an Integer that specifies the visual appearance of an object. Read/write. (Inherited from _DRecipientControl.) |
Top