Intersoft ClientUI Documentation
ContentType Property (UXRibbonApplicationMenuItem)



Gets or sets a value that specifies the type for the content.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ContentType As ContentType
Dim instance As UXRibbonApplicationMenuItem
Dim value As ContentType
 
instance.ContentType = value
 
value = instance.ContentType
[CategoryAttribute("Common Properties")]
public ContentType ContentType {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ContentType ContentType {
   ContentType get();
   void set (    ContentType value);
}
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

UXRibbonApplicationMenuItem Class
UXRibbonApplicationMenuItem Members

Send Feedback