Class FileUploadActionsDesigner
Represents FileUploadActions designer.
Inherited Members
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public class FileUploadActionsDesigner : CompositeControlDesigner
Constructors
FileUploadActionsDesigner()
Declaration
public FileUploadActionsDesigner()
Properties
ActionLists
Gets the action lists.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection | The action lists. |
TemplateGroups
Gets the template groups.
Declaration
public override TemplateGroupCollection TemplateGroups { get; }
Property Value
Type | Description |
---|---|
System.Web.UI.Design.TemplateGroupCollection | The template groups. |
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. |