_RecipientControlClass.Enabled Property

Definition

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::SByte Enabled { System::SByte get(); void set(System::SByte value); };
public virtual sbyte Enabled { get; set; }
Public Overridable Property Enabled As SByte

Property Value

Implements

Applies to