Intersoft ClientUI Documentation
ContentType Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXListBoxItem Class : ContentType Property






Gets or sets the display mode.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property ContentType As ContentType
Visual Basic (Usage)Copy Code
Dim instance As UXListBoxItem
Dim value As ContentType
 
instance.ContentType = value
 
value = instance.ContentType
C# 
[CategoryAttribute("Common Properties")]
public ContentType ContentType {get; set;}
Delphi 
public read-write property ContentType: ContentType; 
JScript 
CategoryAttribute("Common Properties")
public function get,set ContentType : ContentType
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property ContentType get_ContentType();
public: __property void set_ContentType( 
   ContentType value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property ContentType ContentType {
   ContentType get();
   void set (    ContentType 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.