_RecipientControlClass.Font Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is a .NET class or a member of a .NET class created when processing 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.
public:
virtual property System::Object ^ Font { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object Font { get; set; }
Public Overridable Property Font As Object