An NDoc Documented Class Library

UIItemProxyFactory.Create Method 

[Visual Basic]
Shared Public Function Create( _ 
   ByVal item As IUIItem, _ 
   ByVal actionListener As ActionListener _ 
) As IUIItem
[C#]
public static IUIItem Create(
   IUIItem item,
   ActionListener actionListener
);
[C++]
public: static IUIItem* Create(
   IUIItem* item,
   ActionListener* actionListener
);
[JScript]
public static function Create(
   IUIItem item,
   ActionListener actionListener
): IUIItem;

See Also

UIItemProxyFactory Class | White.Core.Factory Namespace