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

SplashScreenManager.ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32, Boolean, ParentFormState) Method

Creates and displays the specified SplashScreen or WaitForm descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void ShowForm(
    Form parentForm,
    Type splashFormType,
    bool useFadeIn,
    bool useFadeOut,
    bool throwExceptionIfAlreadyOpened,
    SplashFormStartPosition startPos,
    Point location,
    int pendingTime,
    bool allowUseInDT,
    ParentFormState parentFormDesiredState
)

Parameters

Name Type
parentForm Form
splashFormType Type
useFadeIn Boolean
useFadeOut Boolean
throwExceptionIfAlreadyOpened Boolean
startPos SplashFormStartPosition
location Point
pendingTime Int32
allowUseInDT Boolean
parentFormDesiredState DevExpress.XtraSplashScreen.ParentFormState

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also