Back to Devexpress

SplashScreenManager.ShowForm Method

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-showform.md

latest14.7 KB
Original Source

SplashScreenManager.ShowForm Method

NameParametersDescription
ShowForm(Type, Boolean, Boolean) staticsplashFormType, useFadeIn, useFadeOutCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Type) staticsplashFormTypeCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, startPos, location, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, SplashFormStartPosition, Point) staticparentForm, splashFormType, useFadeIn, useFadeOut, startPos, locationCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, SplashFormStartPosition) staticparentForm, splashFormType, useFadeIn, useFadeOut, startPosCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, allowGlowEffectCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, pendingTime, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32, Boolean, ParentFormState, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, pendingTime, allowUseInDT, parentFormDesiredState, allowGlowEffectCreates and displays a splash form (wait form or splash screen) of the specified type. For internal use.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32, Boolean, ParentFormState) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, pendingTime, allowUseInDT, parentFormDesiredStateCreates and displays a splash form (wait form or splash screen) of the specified type. For internal use.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, pendingTime, allowUseInDTCreates and displays a splash form (wait form or splash screen) of the specified type. For internal use.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point, Int32) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, location, pendingTimeCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, SplashFormStartPosition, Point) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, startPos, locationCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, allowGlowEffectCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean, Int32) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpened, pendingTimeCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOut, throwExceptionIfAlreadyOpenedCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type, Boolean, Boolean) staticparentForm, splashFormType, useFadeIn, useFadeOutCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(Form, Type) staticparentForm, splashFormTypeCreates and displays a splash form (wait form or splash screen) of the specified type.
ShowForm(UserControl, Type, Boolean, Boolean, ParentFormState) staticparentControl, splashFormType, useFadeIn, useFadeOut, parentFormDesiredStateCreates and displays a wait form of the specified type.
ShowForm(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point, ParentFormState) staticparentControl, splashFormType, useFadeIn, useFadeOut, startPos, location, parentFormDesiredStateCreates and displays a wait form of the specified type.
ShowForm(UserControl, Type, Boolean, Boolean, SplashFormStartPosition, Point) staticparentControl, splashFormType, useFadeIn, useFadeOut, startPos, locationCreates and displays a wait form of the specified type.
ShowForm(UserControl, Type, Boolean, Boolean, SplashFormStartPosition) staticparentControl, splashFormType, useFadeIn, useFadeOut, startPosCreates and displays a wait form of the specified type.
ShowForm(UserControl, Type, Boolean, Boolean) staticparentControl, splashFormType, useFadeIn, useFadeOutCreates and displays a wait form of the specified type.