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