PagePorter Class Library

FpLinkBarDesigner Methods

The methods of the FpLinkBarDesigner class are listed below. For a complete list of FpLinkBarDesigner class members, see the FpLinkBarDesigner Members topic.

Public Instance Methods

Dispose (inherited from ComponentDesigner)Overloaded. Releases all resources used by the ComponentDesigner .
DoDefaultAction (inherited from ComponentDesigner) 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.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDesignTimeHtml Gets the HTML that is used to represent the control at design time.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetPersistInnerHtml (inherited from ControlDesigner) Gets the persistable inner HTML of the control.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize Initializes the designer and loads the specified component.
InitializeNonDefault (inherited from ComponentDesigner)Initializes the settings for an imported component that is already initialized to settings other than the defaults.
IsPropertyBound (inherited from ControlDesigner) Gets a value indicating whether the specified property is data-bound.
OnComponentChanged (inherited from ControlDesigner) Called when the component changes.
OnSetComponentDefaults (inherited from ComponentDesigner) Sets the default properties for the component.
OnSetParent (inherited from HtmlControlDesigner) Provides an opportunity to perform when the associated control is parented.
RaiseResizeEvent (inherited from ControlDesigner)Raises the OnControlResize event.
ToString (inherited from Object)Returns a String that represents the current Object.
UpdateDesignTimeHtml (inherited from ControlDesigner)Refreshes the display of the control.

Protected Instance Methods

CreatePlaceHolderDesignTimeHtml (inherited from ControlDesigner)Overloaded. Creates a simple HTML section for the control that can be used to display information related to the control at design time when there is not enough information to display a meaningful representation of the control.
Dispose (inherited from HtmlControlDesigner)Overloaded. Releases the unmanaged resources used by the HtmlControlDesigner and optionally releases the managed resources.
Finalize (inherited from ComponentDesigner)Attempts to free resources by calling Dispose(false)before the object is reclaimed by garbage collection.
GetEmptyDesignTimeHtml (inherited from ControlDesigner) Gets the HTML that is used to represent an empty control at design time.
GetErrorDesignTimeHtml (inherited from ControlDesigner)Gets the HTML that provides information about the specified exception. This method is typically called after an error has been encountered at design time.
GetService (inherited from ComponentDesigner)Attempts to retrieve the specified type of service from the designer's component's design mode site.
InvokeGetInheritanceAttribute (inherited from ComponentDesigner)Gets the InheritanceAttribute of the specified ComponentDesigner.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnBehaviorAttached (inherited from ControlDesigner) Called when the designer is attached to the behavior.
OnBehaviorDetaching (inherited from HtmlControlDesigner)Provides an opportunity to perform processing when a behavior is detached from the designer.
OnBindingsCollectionChanged (inherited from ControlDesigner) Called when the data bindings collection changes.
OnControlResize (inherited from ControlDesigner) Called when the design-time control has been resized.
PostFilterAttributes (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
PostFilterEvents (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
PostFilterProperties (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
PreFilterAttributes (inherited from ComponentDesigner) Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
PreFilterEvents (inherited from HtmlControlDesigner) Modifies the set of events that the designer exposes through a TypeDescriptor object.
PreFilterProperties (inherited from ControlDesigner) 
RaiseComponentChanged (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component has been changed.
RaiseComponentChanging (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component is about to be changed.

See Also

FpLinkBarDesigner Class | Parastream.Web.UI.Design Namespace