IProvideAltHTML Interface

Definition

Used by a Web control to provide Alt property text and to indicate whether or not the text is editable.

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

Methods

GetAltHTML(String)

Returns the Alt property text.

IsAltHTMLEditable(SByte)

Indicates whether or not the Alt text is editable.

Applies to