menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplashControlDesigner - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SplashControlDesigner

    The designer for the SplashControl class.

    Inheritance
    System.Object
    SplashControlDesigner
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SplashControlDesigner : ComponentDesigner

    Constructors

    SplashControlDesigner()

    Creates a new object of type SplashControlDesigner

    Declaration
    public SplashControlDesigner()

    Fields

    dvCancelSplash

    Designer verb for cancelling the Splash Form being previewed.

    Declaration
    protected DesignerVerb dvCancelSplash
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    dvcVerbs

    The designer verbs collection

    Declaration
    protected DesignerVerbCollection dvcVerbs
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    dvDisplaySplash

    Designer verb for previewing the Splash Form.

    Declaration
    protected DesignerVerb dvDisplaySplash
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    Properties

    Verbs

    Returns the designer verbs collection.

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool bdisposing)
    Parameters
    Type Name Description
    System.Boolean bdisposing

    Initialize(IComponent)

    Overrides initialize. Here we add an event handler to the selection service. Notice that we are very careful not to assume that the selection service is available. It is entirely optional that a service is available and you should always degrade gracefully if a service could not be found.

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    PreFilterProperties(IDictionary)

    Overrides PreFilterProperties and removes the properties visible in the designer for the SplashControl.

    Declaration
    protected override void PreFilterProperties(IDictionary properties)
    Parameters
    Type Name Description
    System.Collections.IDictionary properties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved