SplashFormProperties.ParentHandle Property
Gets the handle of the parent window.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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