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






Gets or sets the item display mode.

Syntax

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