Udostępnij za pośrednictwem


IControlDesignerBehavior Interfejs

Definicja

Przestroga

The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202

Umożliwia rozszerzenie określonych zachowań projektanta kontrolek.

public interface class IControlDesignerBehavior
public interface IControlDesignerBehavior
[System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IControlDesignerBehavior
type IControlDesignerBehavior = interface
[<System.Obsolete("The recommended alternative is System.Web.UI.Design.IControlDesignerTag and System.Web.UI.Design.IControlDesignerView. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IControlDesignerBehavior = interface
Public Interface IControlDesignerBehavior
Atrybuty

Uwagi

Uwaga

Interfejs IControlDesignerBehavior jest przestarzały. Aby uzyskać równoważną funkcjonalność IControlDesignerTag IControlDesignerView projektanta kontrolek, użyj interfejsów i .

Właściwości

DesignTimeElementView

Pobiera obiekt kontroli widoku czasu projektowania dla projektanta.

DesignTimeHtml

Pobiera lub ustawia kod HTML czasu projektowania dla kontrolki projektanta.

Metody

OnTemplateModeChanged()

Zapewnia możliwość wykonywania przetwarzania, gdy projektant przechodzi do trybu szablonu lub kończy jego działanie.

Dotyczy

Zobacz też