A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class FileUploadProgressDesigner

Represents FileUploadProgress designer.

Inheritance
System.Object
FileUploadProgressDesigner
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
public class FileUploadProgressDesigner : CompositeControlDesigner

Constructors

FileUploadProgressDesigner()

Declaration
public FileUploadProgressDesigner()

Properties

ActionLists

Gets the action list collection for the control designer.

Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type Description
System.ComponentModel.Design.DesignerActionListCollection

TemplateGroups

Gets a collection of template groups, each containing one or more template definitions.

Declaration
public override TemplateGroupCollection TemplateGroups { get; }
Property Value
Type Description
System.Web.UI.Design.TemplateGroupCollection

Methods

Initialize(IComponent)

Initializes the specified component.

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

The component.

Overrides

OnComponentChanged(Object, ComponentChangedEventArgs)

Called when [component changed].

Declaration
public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce)
Parameters
Type Name Description
System.Object sender

The sender.

System.ComponentModel.Design.ComponentChangedEventArgs ce

The System.ComponentModel.Design.ComponentChangedEventArgs instance containing the event data.