Back to Devexpress

HtmlContentControl.ForceInitialize() Method

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentcontrol-94622393.md

latest1.3 KB
Original Source

HtmlContentControl.ForceInitialize() Method

Forces the control to finish its initialization.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ForceInitialize()
vb
Public Overridable Sub ForceInitialize

Remarks

Call the ForceInitialize method if you create an HtmlContentControl at design time, and want to additionally customize the control’s options on a form’s load in code (for instance, in the Form.Load event handler).

After the control has been initialized (by the ForceInitialize method call), you can safely manipulate its settings on the form’s load.

See Also

HtmlContentControl Class

HtmlContentControl Members

DevExpress.XtraEditors Namespace