Class RadSplashScreenControl
Inherited Members
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSplashScreenControl : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadSplashScreenControl()
Initializes a new instance of the RadSplashScreenControl class.
Declaration
public RadSplashScreenControl()
Properties
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
SplashElement
Declaration
public RadSplashScreenElement SplashElement { get; }
Property Value
RadSplashScreenElement
|
Methods
ApplySettings(RadSplashScreenSettings)
Declaration
public void ApplySettings(RadSplashScreenSettings settings)
Parameters
RadSplashScreenSettings
settings
|
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
CreateSplashElement()
Declaration
protected virtual RadSplashScreenElement CreateSplashElement()
Returns
RadSplashScreenElement
|