AlternativeText Property

Returns or sets the alternative text associated with a shape in a Web page. Read/write String.

Example

The following example sets the alternative text for the selected shape in the active window. The selected shape is a picture of a mallard duck.

ActiveWindow.Selection.ShapeRange _
    .AlternativeText = "This is a mallard duck."

Applies to | InlineShape Object | Shape Object | ShapeRange Collection Object

See Also | ScreenTip Property | TextToDisplay Property