See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The ActionListDesigner type exposes the following members.

Constructors

  NameDescription
Public methodActionListDesigner
Initializes a new instance of the ActionListDesigner class

Methods

  NameDescription
Public methodDispose()()()()
Releases all resources used by the ComponentDesigner.
(Inherited from ComponentDesigner.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ComponentDesigner and optionally releases the managed resources.
(Inherited from ComponentDesigner.)
Public methodDoDefaultAction (Overrides ComponentDesigner..::..DoDefaultAction()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.
(Inherited from ComponentDesigner.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetService
Attempts to retrieve the specified type of service from the design mode site of the designer's component.
(Inherited from ComponentDesigner.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Prepares the designer to view, edit, and design the specified component.
(Inherited from ComponentDesigner.)
Public methodInitializeExistingComponent
Reinitializes an existing component.
(Inherited from ComponentDesigner.)
Public methodInitializeNewComponent
Initializes a newly created component.
(Inherited from ComponentDesigner.)
Public methodInitializeNonDefault Obsolete.
Initializes the settings for an imported component that is already initialized to settings other than the defaults.
(Inherited from ComponentDesigner.)
Protected methodInvokeGetInheritanceAttribute
Gets the InheritanceAttribute of the specified ComponentDesigner.
(Inherited from ComponentDesigner.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnSetComponentDefaults Obsolete.
Sets the default properties for the component.
(Inherited from ComponentDesigner.)
Protected methodPostFilterAttributes
Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPostFilterEvents
Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPostFilterProperties
Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPreFilterAttributes
Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPreFilterEvents
Allows a designer to add to the set of events that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodPreFilterProperties
Allows a designer to add to the set of properties that it exposes through a TypeDescriptor.
(Inherited from ComponentDesigner.)
Protected methodRaiseComponentChanged
Notifies the IComponentChangeService that this component has been changed.
(Inherited from ComponentDesigner.)
Protected methodRaiseComponentChanging
Notifies the IComponentChangeService that this component is about to be changed.
(Inherited from ComponentDesigner.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyActionLists
Gets the design-time action lists supported by the component associated with the designer.
(Inherited from ComponentDesigner.)
Public propertyAssociatedComponents (Overrides ComponentDesigner..::..AssociatedComponents.)
Public propertyComponent
Gets the component this designer is designing.
(Inherited from ComponentDesigner.)
Protected propertyInheritanceAttribute
Gets an attribute that indicates the type of inheritance of the associated component.
(Inherited from ComponentDesigner.)
Protected propertyInherited
Gets a value indicating whether this component is inherited.
(Inherited from ComponentDesigner.)
Protected propertyParentComponent
Gets the parent component for this designer.
(Inherited from ComponentDesigner.)
Protected propertyShadowProperties
Gets a collection of property values that override user settings.
(Inherited from ComponentDesigner.)
Public propertyVerbs
Gets the design-time verbs supported by the component that is associated with the designer.
(Inherited from ComponentDesigner.)

See Also