Shape.Title Property

Gets or sets a string that contains a title for the specified 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 Shape
Dim value As String

value = instance.Title

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

Property Value

Type: System.String
A string that contains a title for the specified shape.

Remarks

Read/write. Use this property to provide an alternative text title for a 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

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace