Intersoft ClientUI Documentation
ContentTemplate Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonApplicationContextMenu Class : ContentTemplate Property






Gets or sets a value that determines the template for content.

Syntax

Visual Basic (Declaration) 
Public Property ContentTemplate As ControlTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonApplicationContextMenu
Dim value As ControlTemplate
 
instance.ContentTemplate = value
 
value = instance.ContentTemplate
C# 
public ControlTemplate ContentTemplate {get; set;}
Delphi 
public read-write property ContentTemplate: ControlTemplate; 
JScript 
public function get,set ContentTemplate : ControlTemplate
Managed Extensions for C++ 
public: __property ControlTemplate* get_ContentTemplate();
public: __property void set_ContentTemplate( 
   ControlTemplate* value
);
C++/CLI 
public:
property ControlTemplate^ ContentTemplate {
   ControlTemplate^ get();
   void set (    ControlTemplate^ value);
}

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.