Intersoft ClientUI Documentation
UXCallOut Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : UXCallOut Class






Provides a lightweight control for displaying a callout shaped container to the attached element.

Object Model

UXCallOut Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="HeaderElement", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)>
<StyleTypedPropertyAttribute(Property="CallOutStyle", StyleTargetType=Intersoft.Client.UI.Controls.CallOut)>
<TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Controls.CallOut)>
<TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)>
<DescriptionAttribute("Provides a lightweight control for displaying a callout shaped container to the attached element.")>
Public Class UXCallOut 
   Inherits Intersoft.Client.Framework.ISHeaderedContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXCallOut
C# 
[TemplatePartAttribute(Name="HeaderElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[StyleTypedPropertyAttribute(Property="CallOutStyle", StyleTargetType=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[DescriptionAttribute("Provides a lightweight control for displaying a callout shaped container to the attached element.")]
public class UXCallOut : Intersoft.Client.Framework.ISHeaderedContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXCallOut = class(Intersoft.Client.Framework.ISHeaderedContentControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="HeaderElement", Type=System.Windows.Controls.ContentControl)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)
StyleTypedPropertyAttribute(Property="CallOutStyle", StyleTargetType=Intersoft.Client.UI.Controls.CallOut)
TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Controls.CallOut)
TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)
DescriptionAttribute("Provides a lightweight control for displaying a callout shaped container to the attached element.")
public class UXCallOut extends Intersoft.Client.Framework.ISHeaderedContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="HeaderElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[StyleTypedPropertyAttribute(Property="CallOutStyle", StyleTargetType=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[DescriptionAttribute("Provides a lightweight control for displaying a callout shaped container to the attached element.")]
public __gc class UXCallOut : public Intersoft.Client.Framework.ISHeaderedContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="HeaderElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[StyleTypedPropertyAttribute(Property="CallOutStyle", StyleTargetType=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Controls.CallOut)]
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[DescriptionAttribute("Provides a lightweight control for displaying a callout shaped container to the attached element.")]
public ref class UXCallOut : public Intersoft.Client.Framework.ISHeaderedContentControl, IControlIFramework, ILicensing  

Remarks

UXCallOut is an interactive popup control in a form of CallOut which can be used to represent the content inside the callout as well as the content of the control itself.

UXCallOut derives from ISHeaderedContentControl, which means that it is using headered content presentation model. To learn more about headered content model, see Content Model Overview.

Understanding Header and Content in UXCallOut

The Content in UXCallOut represents the object inside the callout itself., while the Header represents the element attached to the callout.

The following example shows the difference between the Content and Header in UXCallOut.

UXCallOut Copy Code
<Intersoft:UXCallOut>
    <Intersoft:UXCallOut.Header>
        <Intersoft:GlassButton Content="Next Picture"></Intersoft:GlassButton>
    </Intersoft:UXCallOut.Header>
    <Grid Height="150" Width="150">
        <Image Source="/Lighthouse.jpg" Stretch="Fill"/>
    </Grid>
</Intersoft:UXCallOut>

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.Framework.ISHeaderedContentControl
                        Intersoft.Client.UI.Aqua.UXCallOut

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.