London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FileUploadProgressDesigner

Represents FileUploadProgress designer.

Inheritance
System.Object
FileUploadProgressDesigner
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 13.30.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.