Intersoft WebDesktop Documentation
DisplayMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : DisplayMode Enumeration


Glossary Item Box

Value representing caption or footer display mode.

Syntax

Visual Basic (Declaration) 
Public Enum DisplayMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DisplayMode
C# 
public enum DisplayMode : System.Enum 

Members

MemberDescription
Default 
ImageOnly Image will be rendered.
TextOnly Text will be rendered.
TextAndImageText and Image will be rendered.
UseTemplateThe container should render the content specified in the Template, ignoring built-in rendering mechanism.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.DisplayMode

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.