Intersoft ClientUI Documentation
CallOut Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : CallOut Class






Provides a lightweight control for displaying a callout shaped container.

Object Model

CallOut Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="PathElement", Type=System.Windows.Shapes.Path)>
<TemplatePartAttribute(Name="CallOutElement", Type=System.Windows.Controls.Grid)>
<CategoryAttribute("Provides a lightweight control for displaying a callout shaped container.")>
<TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)>
Public Class CallOut 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As CallOut
C# 
[TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PathElement", Type=System.Windows.Shapes.Path)]
[TemplatePartAttribute(Name="CallOutElement", Type=System.Windows.Controls.Grid)]
[CategoryAttribute("Provides a lightweight control for displaying a callout shaped container.")]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)]
public class CallOut : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class CallOut = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="PathElement", Type=System.Windows.Shapes.Path)
TemplatePartAttribute(Name="CallOutElement", Type=System.Windows.Controls.Grid)
CategoryAttribute("Provides a lightweight control for displaying a callout shaped container.")
TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)
public class CallOut extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PathElement", Type=System.Windows.Shapes.Path)]
[TemplatePartAttribute(Name="CallOutElement", Type=System.Windows.Controls.Grid)]
[CategoryAttribute("Provides a lightweight control for displaying a callout shaped container.")]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)]
public __gc class CallOut : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PathElement", Type=System.Windows.Shapes.Path)]
[TemplatePartAttribute(Name="CallOutElement", Type=System.Windows.Controls.Grid)]
[CategoryAttribute("Provides a lightweight control for displaying a callout shaped container.")]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)]
public ref class CallOut : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Remarks

CallOut is inherited from ISContentControl, which means that it can contain a single object of any types, such as a string, an image, or a panel. For more information about this content model, see Content Model Overview.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Controls.CallOut

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.