_FormRegion.SuppressControlReplacement 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 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