public class ControlDesigner : HtmlControlDesigner {
// Public Constructors
public
ControlDesigner ( );
// Public Instance Properties
public virtual bool
AllowResize {get; }
public virtual bool
DesignTimeHtmlRequiresLoadComplete {get; }
public virtual string
ID {set; get; }
public bool
IsDirty {set; get; }
public bool
ReadOnly {set; get; }
// Protected Instance Properties
protected object
DesignTimeElementView {get; }
// Public Instance Methods
public virtual string
GetDesignTimeHtml ( );
public virtual string
GetPersistInnerHtml ( );
public override void
Initialize (System.ComponentModel.IComponent
component );
// overrides System.ComponentModel.Design.ComponentDesigner
public bool
IsPropertyBound (string
propName );
public virtual void
OnComponentChanged (object
sender ,
System.ComponentModel.Design.ComponentChangedEventArgs
ce );
public void
RaiseResizeEvent ( );
public virtual void
UpdateDesignTimeHtml ( );
// Protected Instance Methods
protected string
CreatePlaceHolderDesignTimeHtml ( );
protected string
CreatePlaceHolderDesignTimeHtml (string
instruction );
protected virtual string
GetEmptyDesignTimeHtml ( );
protected virtual string
GetErrorDesignTimeHtml (Exception
e );
protected override void
OnBehaviorAttached ( ); // overrides HtmlControlDesigner
protected override void
OnBindingsCollectionChanged (string
propName ); // overrides HtmlControlDesigner
protected virtual void
OnControlResize ( );
protected override void
PreFilterProperties (System.Collections.IDictionary
properties );
// overrides HtmlControlDesigner
}