Intersoft WebDesktop Documentation
IconViewMode Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenu Class : IconViewMode Property


Glossary Item Box

Specifies whether this menu should be displayed in IconView mode.

Syntax

Visual Basic (Declaration) 
Public Property IconViewMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebMenu
Dim value As Boolean
 
instance.IconViewMode = value
 
value = instance.IconViewMode
C# 
public bool IconViewMode {get; set;}

Remarks

IconView mode enables the Menu to be displayed in compact form where menu item with Image are arranged horizontally and automatically flows to the next line as it reaches more items. This mode is useful when there are lots of menu items that used Images as users can easily find the command they are looking for. 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.