Back to Devexpress

HtmlContentPopup.CreateWindowService(IWin32Window) Method

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-createwindowservice-x28-system-dot-windows-dot-forms-dot-iwin32window-x29.md

latest1.3 KB
Original Source

HtmlContentPopup.CreateWindowService(IWin32Window) Method

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public WindowService CreateWindowService(
    IWin32Window owner = null
)
vb
Public Function CreateWindowService(
    owner As IWin32Window = Nothing
) As WindowService

Optional Parameters

NameTypeDefault
ownerIWin32Windownull

Returns

Type
DevExpress.Utils.MVVM.Services.WindowService

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace