IProvideRuntimeHTML Interface

Definition

Used by an ActiveX control to provide an HTML string to its container at runtime.

public interface class IProvideRuntimeHTML
public interface class IProvideRuntimeHTML
__interface IProvideRuntimeHTML
[System.Runtime.InteropServices.Guid("33C0C1DC-33CF-11D3-BFF2-00C04F990235")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideRuntimeHTML
[<System.Runtime.InteropServices.Guid("33C0C1DC-33CF-11D3-BFF2-00C04F990235")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideRuntimeHTML = interface
Public Interface IProvideRuntimeHTML
Attributes

Methods

GetRuntimeHTML(String)

Provides a runtime string of HTML from an ActiveX control.

Applies to