Intersoft ClientUI Documentation
ItemsControlHelper Constructor
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : ItemsControlHelper Constructor






control
The ItemsControl being tracked by the ItemContainerGenerator.
Initializes a new instance of the ItemContainerGenerator.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal control As ItemsControl _
)
Visual Basic (Usage)Copy Code
Dim control As ItemsControl
 
Dim instance As New ItemsControlHelper(control)
C# 
public ItemsControlHelper( 
   ItemsControl control
)
Delphi 
public ItemsControlHelper( 
    control: ItemsControl
); 
JScript 
public function ItemsControlHelper( 
   control : ItemsControl
);
Managed Extensions for C++ 
public: ItemsControlHelper( 
   ItemsControl* control
)
C++/CLI 
public:
ItemsControlHelper( 
   ItemsControl^ control
)

Parameters

control
The ItemsControl being tracked by the ItemContainerGenerator.

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.