_DRecipientControl.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.
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:
0 | Object appears flat, distinguished from the surrounding form by a border, a change of color, or both. | |
2 | Object 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.