Class FileUploadProgressDesigner.ActionList

Represents FileUploadProgressDesigner action list.

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

Constructors

ActionList(FileUploadProgressDesigner)

Initializes a new instance of the FileUploadProgressDesigner.ActionList class.

Declaration
public ActionList(FileUploadProgressDesigner parent)
Parameters
Type Name Description
FileUploadProgressDesigner parent

The parent.

Properties

BarBackColor

Gets or sets the color of the bar back.

Declaration
public Color BarBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color

The color of the bar back.

BarBorderColor

Gets or sets the color of the bar border.

Declaration
public Color BarBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color

The color of the bar border.

Methods

GetSortedActionItems()

Gets the sorted action items.

Declaration
public override DesignerActionItemCollection GetSortedActionItems()
Returns
Type Description
System.ComponentModel.Design.DesignerActionItemCollection