Intersoft WebDesktop Documentation
ContentMode Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebCallOut Class : ContentMode Property


Glossary Item Box

Gets or sets the content mode of the WebCallOut control. 

Syntax

Visual Basic (Declaration) 
Public Property ContentMode As WebCallOutContentMode
Visual Basic (Usage)Copy Code
Dim instance As WebCallOut
Dim value As WebCallOutContentMode
 
instance.ContentMode = value
 
value = instance.ContentMode
C# 
public WebCallOutContentMode ContentMode {get; set;}

Remarks

WebCallOut supports two types of content mode:

  • UseText
    In this mode, WebCallOut will use the Text as the content.
  • UseTemplate
    In this mode, WebCallOut will use user’s custom made template as the content. 

Simply set the LayoutMode that you want in LayoutMode property. By default, WebCallOut’a LayoutMode is UseText.

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.