Intersoft ClientUI Documentation
ContentProjector Class
Members 



Provides a lightweight control which able to do a plane projection to the content attached to it.
Object Model
ContentProjector ClassISFramework Class
Syntax
<DescriptionAttribute("Provides a lightweight control which able to do a plane projection to the content attached to it.")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
Public Class ContentProjector 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As ContentProjector
[DescriptionAttribute("Provides a lightweight control which able to do a plane projection to the content attached to it.")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
public class ContentProjector : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[DescriptionAttribute("Provides a lightweight control which able to do a plane projection to the content attached to it.")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
public ref class ContentProjector : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

ContentProjector 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.

ContentProjector is used to achieve planar projection through the provided properties such as described in the list below.

Note that even though the content is projected, you can still perform user interaction on the content, such as clicking on a button or text input on textbox.

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.ContentProjector

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

Reference

ContentProjector Members
Intersoft.Client.UI.Controls Namespace

Concepts

ContentProjector

Send Feedback