Share via


ClientPivotControlMenuOption.ImageAltText property

The alternate text displayed for the image, if an ImageUrl is specified

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ImageAltText As String
    Get
    Set
'Usage
Dim instance As ClientPivotControlMenuOption
Dim value As String

value = instance.ImageAltText

instance.ImageAltText = value
public string ImageAltText { get; set; }

Property value

Type: System.String

See also

Reference

ClientPivotControlMenuOption class

ClientPivotControlMenuOption members

Microsoft.SharePoint.WebControls namespace