Back to Devexpress

PopupBaseEdit.IsChildPopup(Form, Form) Method

windowsforms-devexpress-dot-xtraeditors-dot-popupbaseedit-dot-ischildpopup-x28-system-dot-windows-dot-forms-dot-form-system-dot-windows-dot-forms-dot-form-x29.md

latest1.6 KB
Original Source

PopupBaseEdit.IsChildPopup(Form, Form) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool IsChildPopup(
    Form childForm,
    Form parentForm
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Function IsChildPopup(
    childForm As Form,
    parentForm As Form
) As Boolean

Parameters

NameType
childFormForm
parentFormForm

Returns

Type
Boolean

See Also

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.XtraEditors Namespace