Back to Devexpress

HtmlContentPopup(IContainer) Constructor

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.3 KB
Original Source

HtmlContentPopup(IContainer) Constructor

Initializes a new instance of the HtmlContentPopup class with specified settings.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public HtmlContentPopup(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

A container that will own the created object.

|

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace