Share via


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