OLEControl.AltHTML Property

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Property AltHTML As String
    Get
    Set
'Usage
Dim instance As OLEControl
Dim value As String

value = instance.AltHTML

instance.AltHTML = value
public string AltHTML { get; set; }

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

OLEControl Class

OLEControl Members

Microsoft.Office.Tools.Word Namespace