IControlDesignerBehavior.DesignTimeHtml Właściwość

Definicja

Pobiera lub ustawia kod HTML czasu projektowania dla kontrolki projektanta.

public:
 property System::String ^ DesignTimeHtml { System::String ^ get(); void set(System::String ^ value); };
public string DesignTimeHtml { get; set; }
member this.DesignTimeHtml : string with get, set
Public Property DesignTimeHtml As String

Wartość właściwości

Kod HTML używany w czasie projektowania do formatowania kontrolki.

Uwagi

Uwaga

Interfejs IControlDesignerBehavior jest przestarzały. IControlDesignerTag Użyj interfejsów i IControlDesignerView w celu zapewnienia równoważnej funkcjonalności projektanta kontrolek.

Dotyczy

Zobacz też