Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SplashScreenManager.ShowSkinSplashScreen Method

Name Parameters Description
ShowSkinSplashScreen(SvgImage, Nullable<Size>, String, String, String, String, Form, Boolean, Boolean, Boolean, SplashFormStartPosition, Point) static logoImage, svgImageSize, title, subtitle, footer, loading, parentForm, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location Displays a skin-aware splash screen with the specified SVG logo image. The current skin determines the background and font settings splash screen elements.
ShowSkinSplashScreen(Image, String, String, String, String, Form, Boolean, Boolean, Boolean, SplashFormStartPosition, Point) static logoImage, title, subtitle, footer, loading, parentForm, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location Displays a skin-aware splash screen with the specified raster logo image. The current skin determines the background and font settings of the splash screen’s elements.
ShowSkinSplashScreen(String, String, String, String, Form, Boolean, Boolean, Boolean, SplashFormStartPosition, Point) static title, subtitle, footer, loading, parentForm, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location Displays a skin-aware splash screen. The current skin determines the background and font settings of the splash screen’s elements.