An NDoc Documented Class Library

ControlExtenderAttribute Class

Register your control extender.

Multiple attriutes for one control extender are allowed and all of them will take effect, however repeated registering for a same control will cause exceptions.

Assemblies that contain control extenders to be registered automatially (with this attribute) must have ControlExtenderEnabledAttribute

For a list of all members of this type, see ControlExtenderAttribute Members.

System.Object
   Attribute
      ControlExtenderAttribute

[Visual Basic]
Public Class ControlExtenderAttribute
    Inherits Attribute
[C#]
public class ControlExtenderAttribute : Attribute
[C++]
public __gc class ControlExtenderAttribute : public Attribute
[JScript]
public class ControlExtenderAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

ControlExtenderAttribute Members | AqDWeb.Attributes Namespace