SplashScreenManager.ApartmentState Property
Gets or sets the apartment state of the splash screen’s thread.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<ApartmentState> | A System.Threading.ApartmentState enumeration value that specifies the apartment state. |
Remarks
The static ApartmentState property needs be specified before the SplashScreenManager is initialized.
See Also