Compartir a través de


: HtmlMenuItem.Separator (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Gets or sets a value indicating whether the menu item is rendered as a horizontal line (separator).

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property Separator As Boolean
'Uso
Dim instance As HtmlMenuItem
Dim value As Boolean

value = instance.Separator

instance.Separator = value
public bool Separator { get; set; }

Valor de propiedad

true if the menu item is rendered as a horizontal line; otherwise, false. The default value is false.

Comentarios

If the Separator property is true, the Text, TargetURL, and ImageURL properties are not used.

Vea también

Referencia

HtmlMenuItem (Clase)
HtmlMenuItem (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)