AlternativeText Property (IShape)
Gets or sets the descriptive (alternative) text string for an
IShape object.
string AlternativeText {get; set;}
'Declaration
Property AlternativeText As String
'Usage
Dim instance As IShape
Dim value As String
instance.AlternativeText = value
value = instance.AlternativeText
Property Value
The alternative text.