Provides the base class for types that define a list of items used to create a smart tag panel.

Namespace: System.Extensions.Windows.Forms.Design
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public abstract class DesignerActionList : DesignerActionList
Visual Basic
Public MustInherit Class DesignerActionList
	Inherits DesignerActionList
Visual C++
public ref class DesignerActionList abstract : public DesignerActionList
F#
[<AbstractClassAttribute>]
type DesignerActionList =  
    class
        inherit DesignerActionList
    end

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..DesignerActionList
    System.Extensions.Windows.Forms.Design..::..DesignerActionList

See Also