This class represents an Attachment Item.

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

Syntax

C#
public class AttachmentItem : Control, 
	INamingContainer, IPostBackEventHandler
Visual Basic
Public Class AttachmentItem _
	Inherits Control _
	Implements INamingContainer, IPostBackEventHandler
Visual C++
public ref class AttachmentItem : public Control, 
	INamingContainer, IPostBackEventHandler

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    CuteEditor..::..AttachmentItem

See Also