Share via


CallbackMenu.UseDivForMenu property

Gets or sets the value that indicates whether a “div” HTML container is used to wrap the CallbackMenu control.

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

Syntax

'Declaration
Public Property UseDivForMenu As Boolean
    Get
    Set
'Usage
Dim instance As CallbackMenu
Dim value As Boolean

value = instance.UseDivForMenu

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

Property value

Type: System.Boolean
true if a “div” HTML container is used to wrap the CallbackMenu control; otherwise, false.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace