IProvideAltHTML Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |