_DRecipientControl.SpecialEffect Property

Definition

Returns or sets an Integer that specifies the visual appearance of an object. Read/write.

public:
 property int SpecialEffect { int get(); void set(int value); };
public int SpecialEffect { get; set; }
Public Property SpecialEffect As Integer

Property Value

Remarks

The settings for SpecialEffect are:

0Object appears flat, distinguished from the surrounding form by a border, a change of color, or both.
2Object has a shadow on the top and left and a highlight on the bottom and right. The control and its border appear to be carved into the form that contains them. Default for _DRecipientControl.

SpecialEffect uses the system colors to define its borders.

Applies to