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

SplashFormProperties.Clone() Method

Creates and returns a copy of the current SplashFormProperties object.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public SplashFormProperties Clone()

Returns

Type Description
SplashFormProperties

A copy of the current SplashFormProperties object.

See Also