Shape.AlternativeText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the descriptive (alternative) text string for a Shape object when the object is saved to a Web page. Read/write String.
public:
property System::String ^ AlternativeText { System::String ^ get(); void set(System::String ^ value); };
public string AlternativeText { get; set; }
Public Property AlternativeText As String
Property Value
Remarks
The alternative text can be displayed either in place of the shape’s image in the Web browser or directly over the image when the mouse pointer hovers over the image (in browsers that support these features).