Skip to main content
All docs
V25.1
  • HtmlContentControl.ForceInitialize() Method

    Forces the control to finish its initialization.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void 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