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






Provides a lightweight control which able to do a plane projection to the content attached to it.

Object Model

ContentProjector Class

Syntax

Visual Basic (Declaration) 
<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 IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As ContentProjector
C# 
[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, IControlIFramework, ILicensing  
Delphi 
public class ContentProjector = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
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 extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[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 __gc class ContentProjector : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[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, IControlIFramework, 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 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.