IHtmlControlDesignerBehavior.Designer Property
.NET Framework 3.0
Gets or sets the designer that the behavior is associated with.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
property HtmlControlDesigner^ Designer { HtmlControlDesigner^ get (); void set (HtmlControlDesigner^ value); }
/** @property */ HtmlControlDesigner get_Designer () /** @property */ void set_Designer (HtmlControlDesigner value)
function get Designer () : HtmlControlDesigner function set Designer (value : HtmlControlDesigner)
Not applicable.
Property Value
The HtmlControlDesigner that the behavior is associated with. Note: |
|---|
| The IHtmlControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality. |
Community Additions
ADD
Show:
Note: