_RecipientControlClass.SpecialEffect 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 int SpecialEffect { int get(); void set(int value); };
public virtual int SpecialEffect { get; set; }
Public Overridable Property SpecialEffect As Integer