Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadSplashScreenControl : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadSplashScreenControl...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadSplashScreenControl class.
C#
public RadSplashScreenControl()
Properties
C#
protected override Size DefaultSize { get; }
Overrides:
Gets the splash screen element that contains the visual content.
C#
[Browsable(false)]
public RadSplashScreenElement SplashElement { get; }
The RadSplashScreenElement instance.
Methods
Applies the specified splash screen settings to this control.
C#
public void ApplySettings(RadSplashScreenSettings settings)
The settings to apply containing size and visual configuration.
C#
protected override void CreateChildItems(RadElement parent)
Overrides: