SplashScreenManager Properties
Allows you to create and show splash screens and wait forms.Name | Description |
---|---|
ActivateParentOnSplashFormClosing static | Gets or sets whether a splash form’s parent is activated on closing the splash form. |
ActivateParentOnWaitFormClosing static | Gets or sets whether a WaitForm‘s parent is activated on closing the WaitForm. |
ActiveSplashFormTypeInfo | Gets or sets the type of the splash form to be displayed by the SplashScreenManager. |
ApartmentState static | Gets or sets the apartment state of the splash screen’s thread. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
ClosingDelay | Gets or sets the delay, in milliseconds, before the splash form is closed. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Default static | Returns the default SplashScreenManager that allows you to interact with the currently displayed splash forms. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
FormInPendingState static | Gets whether a splash form has been created, but not yet displayed. The splash form will be displayed a short time (pending time) after it has been created, provided that it is not closed during this time. |
IsSplashFormVisible | Gets whether a SplashScreen or WaitForm is being currently displayed. |
PaletteName static | Gets or sets the name of the palette used to colorize vector images. |
Properties | Contains properties controlling a form’s appearance. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
SkinName static | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
SplashFormLocation | Gets or sets the screen coordinates at which a splash form (SplashScreen or WaitForm) will be displayed. |
SplashFormStartPosition | Gets or sets the arrangement of a splash form (SplashScreen or WaitForm). |
See Also