IHtmlControlDesignerBehavior::Designer Property

 

Gets or sets the designer that the behavior is associated with.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property HtmlControlDesigner^ Designer {
	HtmlControlDesigner^ get();
	void set(HtmlControlDesigner^ value);
}

Property Value

Type: System.Web.UI.Design::HtmlControlDesigner^

The HtmlControlDesigner that the behavior is associated with.

System_CAPS_noteNote

The IHtmlControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: