Skip to content

UploadAttachmentsDesigner Class

UploadAttachmentsDesigner

Namespace: CuteEditor.Design
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class UploadAttachmentsDesigner : UploaderDesigner
Visual Basic
Public Class UploadAttachmentsDesigner _
	Inherits UploaderDesigner
Visual C++
public ref class UploadAttachmentsDesigner : public UploaderDesigner

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..ComponentDesigner
    System.Web.UI.Design..::..HtmlControlDesigner
      System.Web.UI.Design..::..ControlDesigner
        CuteEditor.Design..::..UploaderDesigner
          CuteEditor.Design..::..UploadAttachmentsDesigner

See Also