WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplashPanelActionList

    Show / Hide Table of Contents

    Class SplashPanelActionList

    Inheritance
    System.Object
    SyncActionListBase<SplashPanel>
    SplashPanelActionList
    Inherited Members
    SyncActionListBase<SplashPanel>.GetProperty(String)
    SyncActionListBase<SplashPanel>.SetValue(String, Object)
    SyncActionListBase<SplashPanel>.GetValue(String)
    SyncActionListBase<SplashPanel>.GetSortedActionItems()
    SyncActionListBase<SplashPanel>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<SplashPanel>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<SplashPanel>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<SplashPanel>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<SplashPanel>.Control
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SplashPanelActionList : SyncActionListBase<SplashPanel>

    Constructors

    SplashPanelActionList(IComponent)

    Declaration
    public SplashPanelActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    AnimationSpeed

    Declaration
    public int AnimationSpeed { get; set; }
    Property Value
    Type Description
    System.Int32

    CloseOnClick

    Declaration
    public bool CloseOnClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    DesktopAlignment

    Declaration
    public SplashAlignment DesktopAlignment { get; set; }
    Property Value
    Type Description
    SplashAlignment

    FormIcon

    Declaration
    public Icon FormIcon { get; set; }
    Property Value
    Type Description
    System.Drawing.Icon

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ShowAnimation

    Declaration
    public bool ShowAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowAsTopMost

    Declaration
    public bool ShowAsTopMost { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowInTaskbar

    Declaration
    public bool ShowInTaskbar { get; set; }
    Property Value
    Type Description
    System.Boolean

    SuspendAutoCloseWhenMouseOver

    Declaration
    public bool SuspendAutoCloseWhenMouseOver { get; set; }
    Property Value
    Type Description
    System.Boolean

    TimerInterval

    Declaration
    public int TimerInterval { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.SplashPanel>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved