Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / AlternativeText Property


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

    Property Value

    The alternative text.
    See Also