Skip to main content
A newer version of this page is available. .

SplashFormProperties.ParentHandle Property

Gets the handle of the parent window.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public IntPtr ParentHandle { get; }

Property Value

Type Description
IntPtr

An IntPtr structure that identifies the handle of the parent window.

Remarks

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

See Also