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.