_DRecipientControl.Font Property
Returns the font used to render the text inside the control. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Font As Object
Get
Set
'Usage
Dim instance As _DRecipientControl
Dim value As Object
value = instance.Font
instance.Font = value
[DispIdAttribute()]
Object Font { get; set; }
Property Value
Type: System.Object