Share via


CallbackMenu.SuffixHtml Property

Gets or sets the suffix html that is rendered for the callback menu.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property SuffixHtml As String
    Get
    Set
'Usage
Dim instance As CallbackMenu
Dim value As String

value = instance.SuffixHtml

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

Property Value

Type: System.String
The String object that represents the html that is rendered after the callback menu control.

See Also

Reference

CallbackMenu Class

CallbackMenu Members

Microsoft.Office.Server.WebControls Namespace