Aurigma Image Uploader 6.5 Dual
BaseControl Class
Base class for all Image Uploader controls.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public MustInherit Class BaseControl _ Inherits WebControl
C#
public abstract class BaseControl : WebControl
Remarks
BaseControl is an abstract class which implements common functionality for Image Uploader controls. You cannot instantiate objects of this class directly.
Inheritance Hierarchy
System..::.Object
L
System.Web.UI..::.Control
L
System.Web.UI.WebControls..::.WebControl
L
Aurigma.ImageUploader..::.BaseControl
L
Aurigma.ImageUploader..::.ImageUploader
L
Aurigma.ImageUploader..::.ShellComboBox
L
Aurigma.ImageUploader..::.Thumbnail
L
Aurigma.ImageUploader..::.UploadPane