CallbackMenu.LargeIconMode Property

Gets or sets the value that indicates whether the callback menu uses the large icon.

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

Syntax

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

value = instance.LargeIconMode

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

Property Value

Type: System.Boolean
true, if the large icon is used; otherwise, false.

See Also

Reference

CallbackMenu Class

CallbackMenu Members

Microsoft.Office.Server.WebControls Namespace