Class McHtmlInputFileDesigner
Represents McHtmlInputFile designer.
Inheritance
System.Object
McHtmlInputFileDesigner
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0Syntax
public class McHtmlInputFileDesigner : ControlDesigner
Constructors
McHtmlInputFileDesigner()
Declaration
public McHtmlInputFileDesigner()
Properties
ActionLists
Gets the action list collection for the control designer.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
OnComponentChanged(Object, ComponentChangedEventArgs)
Called when the associated control changes.
Declaration
public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce)
Parameters
Type | Name | Description |
---|---|---|
System. |
sender | The source of the event. |
System. |
ce | A System. |