PagePorter Class Library

FpLinkBarDesigner Members

FpLinkBarDesigner overview

Public Instance Constructors

FpLinkBarDesigner Constructor Initializes a new instance of the FpLinkBarDesigner class.

Public Instance Properties

AllowResize (inherited from ControlDesigner) Gets a value indicating whether the control can be resized.
AssociatedComponents (inherited from ComponentDesigner) Gets the collection of components associated with the component managed by the designer.
Behavior (inherited from HtmlControlDesigner) Gets or sets the DHTML behavior associated with the designer instance.
Component (inherited from ComponentDesigner) Gets the component this designer is designing.
DataBindings (inherited from HtmlControlDesigner)Gets or sets the data bindings for the current control.
DesignTimeHtmlRequiresLoadComplete (inherited from ControlDesigner) Gets a value indicating whether the designer must have completed loading before the design-time HTML can be used.
DTE (inherited from FpControlDesigner) Gets the DTE object for this running instance of Visual Studio.
ID (inherited from ControlDesigner) Gets or sets the ID string for the control.
IsDirty (inherited from ControlDesigner) Gets or sets a value indicating whether the Web server control has been marked as changed.
ReadOnly (inherited from ControlDesigner) Gets or sets a value indicating whether the properties of the control are read-only at design-time.
ShouldCodeSerialize (inherited from HtmlControlDesigner)Gets or sets a value indicating whether a field declaration for the control should be created in the code-behind file for the current design document during serialization.
Verbs (inherited from ComponentDesigner) Gets the design-time verbs supported by the component that is associated with the designer.

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 Properties

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

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