_FormRegion.SuppressControlReplacement Property

Definition

Returns or sets a Boolean (bool in C#) that disables Outlook from automatically replacing a Forms 2.0 control by a themed Outlook control at design time and runtime. Read/write.

public:
 property bool SuppressControlReplacement { bool get(); void set(bool value); };
public bool SuppressControlReplacement { get; set; }
Public Property SuppressControlReplacement As Boolean

Property Value

Remarks

For more information on Outlook automatically replacing a Forms 2.0 control by a themed Outlook counterpart control, see Controls in a Custom Form

Applies to