Class McHtmlInputFileDesigner
Represents McHtmlInputFile designer.
Inheritance
System.Object
McHtmlInputFileDesigner
Namespace: Mediachase.FileUploader.Web.UI.Design
Assembly: Mediachase.FileUploader.dll
Version: 10.8.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.ComponentModel.Design.DesignerActionListCollection |
Methods
OnComponentChanged(Object, ComponentChangedEventArgs)
Called when the associated control changes.
Declaration
public override void OnComponentChanged(object sender, ComponentChangedEventArgs ce)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event. |
| System.ComponentModel.Design.ComponentChangedEventArgs | ce | A System.ComponentModel.Design.ComponentChangedEventArgs object that contains the event data. |