Class Uploader
Main legacy CuteWebUI uploader control compatibility wrapper.
Implements
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
public class Uploader : UploadFileBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IAjaxUploader
Constructors
Uploader()
Initializes a new instance of the Uploader class.
Declaration
public Uploader()
Properties
CancelButton
Gets the underlying legacy cancel button control.
Declaration
[Browsable(false)]
public Button CancelButton { get; }
Property Value
| Type | Description |
|---|---|
| Button |
CancelButtonStyle
Gets the style applied to the cancel button.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style CancelButtonStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
CancelText
Gets or sets the cancel button caption.
Declaration
public string CancelText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InsertButton
Gets the underlying legacy browse button control.
Declaration
[Browsable(false)]
public Button InsertButton { get; }
Property Value
| Type | Description |
|---|---|
| Button |
InsertButtonStyle
Gets the style applied to the browse button.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style InsertButtonStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
InsertText
Gets or sets the browse button caption for the main legacy uploader.
Declaration
public string InsertText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProgressLabel
Gets the label used for legacy progress text.
Declaration
[Browsable(false)]
public Label ProgressLabel { get; }
Property Value
| Type | Description |
|---|---|
| Label |
ProgressLabelStyle
Gets the style applied to the progress label.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style ProgressLabelStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |
ProgressPanel
Gets the container used for legacy progress UI.
Declaration
[Browsable(false)]
public Panel ProgressPanel { get; }
Property Value
| Type | Description |
|---|---|
| Panel |
ProgressPanelStyle
Gets the style applied to the progress panel.
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public Style ProgressPanelStyle { get; }
Property Value
| Type | Description |
|---|---|
| Style |