SplashScreenManager.ShowOverlayForm(Control, Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Int32>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>, Nullable<Int32>, Nullable<Size>, Nullable<WaitAnimationType>, Nullable<LineAnimationParams>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) Method
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public static IOverlaySplashScreenHandle ShowOverlayForm(
Control owner,
bool? fadeIn = null,
bool? fadeOut = null,
Color? backColor = null,
Color? foreColor = null,
int? opacity = null,
Image image = null,
IOverlayWindowPainter customPainter = null,
string skinName = null,
ImageRotationParams? rotationParameters = null,
int? startupDelay = null,
Size? imageSize = null,
WaitAnimationType? animationType = null,
LineAnimationParams? lineAnimationParameters = null,
bool? useDirectX = null,
bool? disableInput = null,
bool? trackOwnerBounds = null
)
Parameters
Name | Type |
---|---|
owner | Control |
Optional Parameters
Name | Type | Default |
---|---|---|
fadeIn | Nullable<Boolean> | null |
fadeOut | Nullable<Boolean> | null |
backColor | Nullable<Color> | null |
foreColor | Nullable<Color> | null |
opacity | Nullable<Int32> | null |
image | Image | null |
customPainter | DevExpress.XtraSplashScreen.IOverlayWindowPainter | null |
skinName | String | null |
rotationParameters | Nullable<ImageRotationParams> | null |
startupDelay | Nullable<Int32> | null |
imageSize | Nullable<Size> | null |
animationType | Nullable<WaitAnimationType> | null |
lineAnimationParameters | Nullable<LineAnimationParams> | null |
useDirectX | Nullable<Boolean> | null |
disableInput | Nullable<Boolean> | null |
trackOwnerBounds | Nullable<Boolean> | null |
Returns
Type |
---|
IOverlaySplashScreenHandle |
See Also