Class SplashPanelActionList
Inheritance
System.Object
SplashPanelActionList
Assembly: Syncfusion.Tools.Windows.dll
public class SplashPanelActionList : SyncActionListBase<SplashPanel>
Constructors
Declaration
public SplashPanelActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public int AnimationSpeed { get; set; }
Property Value
Declaration
public bool CloseOnClick { get; set; }
Property Value
Declaration
public SplashAlignment DesktopAlignment { get; set; }
Property Value
Declaration
public Icon FormIcon { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public bool ShowAnimation { get; set; }
Property Value
Declaration
public bool ShowAsTopMost { get; set; }
Property Value
Declaration
public bool ShowInTaskbar { get; set; }
Property Value
Declaration
public bool SuspendAutoCloseWhenMouseOver { get; set; }
Property Value
Declaration
public int TimerInterval { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.SplashPanel>.InitializeActionList()