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

SplashScreenManager.ApartmentState Property

Gets or sets the apartment state of the splash screen’s thread.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static ApartmentState? ApartmentState { get; set; }

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