In This Topic
Gets or sets the title of the alternative text associated with the specified shape
Syntax
'Declaration
Property Title As String
'Usage
Dim instance As IShape
Dim value As String
instance.Title = value
value = instance.Title
Property Value
The title of the alternative text.
See Also