HtmlIntrinsicControlDesigner Members

Provides a base designer for all intrinsic HTML controls.

The following tables list the members exposed by the HtmlIntrinsicControlDesigner type.

  Name Description
Public method HtmlIntrinsicControlDesigner Initializes an instance of the HtmlIntrinsicControlDesigner class.
Top

(see also Protected Properties )
  Name Description
Public property ActionLists  Gets the design-time action lists supported by the component associated with the designer.(Inherited from ComponentDesigner.)
Public property AssociatedComponents  Gets the collection of components associated with the component managed by the designer.(Inherited from ComponentDesigner.)
Public property Behavior  Gets or sets the DHTML behavior that is associated with the designer.(Inherited from HtmlControlDesigner.)
Public property Component  Gets the component this designer is designing.(Inherited from ComponentDesigner.)
Public property DataBindings  Gets the data bindings collection for the current control.(Inherited from HtmlControlDesigner.)
Public property Expressions  Gets the expression bindings for the current control at design time.(Inherited from HtmlControlDesigner.)
Public property ShouldCodeSerialize  Gets or sets a value indicating whether to create a field declaration for the control in the code-behind file for the current design document during serialization.(Inherited from HtmlControlDesigner.)
Public property Verbs  Gets the design-time verbs supported by the component that is associated with the designer.(Inherited from ComponentDesigner.)
Top

  Name Description
Protected property DesignTimeElement  Gets the design-time object representing the control that is associated with the HtmlControlDesigner object on the design surface.(Inherited from HtmlControlDesigner.)
Protected property InheritanceAttribute  Gets an attribute that indicates the type of inheritance of the associated component.(Inherited from ComponentDesigner.)
Protected property Inherited  Gets a value indicating whether this component is inherited.(Inherited from ComponentDesigner.)
Protected property ParentComponent  Gets the parent component for this designer.(Inherited from ComponentDesigner.)
Protected property ShadowProperties  Gets a collection of property values that override user settings.(Inherited from ComponentDesigner.)
Top

(see also Protected Methods )
  Name Description
Public method Dispose  Overloaded. Releases the unmanaged resources that are used by the HtmlControlDesigner object and optionally releases the managed resources. (Inherited from HtmlControlDesigner.)
Public method DoDefaultAction  Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location. (Inherited from ComponentDesigner.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize  Initializes the designer and sets the component for design. (Inherited from HtmlControlDesigner.)
Public method InitializeExistingComponent  Reinitializes an existing component. (Inherited from ComponentDesigner.)
Public method InitializeNewComponent  Initializes a newly created component. (Inherited from ComponentDesigner.)
Public method InitializeNonDefault  Initializes the settings for an imported component that is already initialized to settings other than the defaults. (Inherited from ComponentDesigner.)
Public method OnSetComponentDefaults  Sets the default properties for the component. (Inherited from ComponentDesigner.)
Public method OnSetParent  Provides a way to perform additional processing when the associated control is attached to a parent control. (Inherited from HtmlControlDesigner.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Dispose  Overloaded. Releases the unmanaged resources that are used by the HtmlControlDesigner object and optionally releases the managed resources. (Inherited from HtmlControlDesigner.)
Protected method Finalize  Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection. (Inherited from ComponentDesigner.)
Protected method GetService  Attempts to retrieve the specified type of service from the design mode site of the designer's component. (Inherited from ComponentDesigner.)
Protected method InvokeGetInheritanceAttribute  Gets the InheritanceAttribute of the specified ComponentDesigner. (Inherited from ComponentDesigner.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnBehaviorAttached  Called when a behavior is associated with the element. (Inherited from HtmlControlDesigner.)
Protected method OnBehaviorDetaching  Called when a behavior disassociates from the element. (Inherited from HtmlControlDesigner.)
Protected method OnBindingsCollectionChanged  Provides a method that can be used to indicate when a data binding has changed. (Inherited from HtmlControlDesigner.)
Protected method PostFilterAttributes  Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.)
Protected method PostFilterEvents  Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.)
Protected method PostFilterProperties  Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.)
Protected method PreFilterAttributes  Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor. (Inherited from ComponentDesigner.)
Protected method PreFilterEvents  Sets the list of events that are exposed at design-time for the TypeDescriptor object for the component. (Inherited from HtmlControlDesigner.)
Protected method PreFilterProperties  Allows the designer to expose a specific set of properties through a TypeDescriptor object at design time. (Inherited from HtmlControlDesigner.)
Protected method RaiseComponentChanged  Notifies the IComponentChangeService that this component has been changed. (Inherited from ComponentDesigner.)
Protected method RaiseComponentChanging  Notifies the IComponentChangeService that this component is about to be changed. (Inherited from ComponentDesigner.)
Top
Show: