InlineShape.Title Property

Gets or sets a value that contains a title for the specified inline shape.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Title As String
    Get
    Set
'Usage
Dim instance As InlineShape
Dim value As String

value = instance.Title

instance.Title = value
string Title { get; set; }

Property Value

Type: System.String
A title for the specified inline shape.

Remarks

Read/write. Use this property to provide an alternative text title for an inline shape. This property adds title text to the Title text box on the Alt Text pane of the Format Shape dialog in Microsoft Word 2010.

See Also

Reference

InlineShape Interface

InlineShape Members

Microsoft.Office.Interop.Word Namespace