Intersoft ClientUI Documentation
GetContainerForItemOverride Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : GetContainerForItemOverride Method






Creates or identifies the element that is used to display the given item.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function GetContainerForItemOverride() As DependencyObject
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBox
Dim value As DependencyObject
 
value = instance.GetContainerForItemOverride()
C# 
protected override DependencyObject GetContainerForItemOverride()
Delphi 
protected function GetContainerForItemOverride(): DependencyObject; override; 
JScript 
protected override function GetContainerForItemOverride() : DependencyObject;
Managed Extensions for C++ 
protected: DependencyObject* GetContainerForItemOverride(); override 
C++/CLI 
protected:
DependencyObject^ GetContainerForItemOverride(); override 

Return Value

The element that is used to display the given item.

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.