An NDoc Documented Class Library

PrimaryUIItemFactory.ItemsWithin Method 

[Visual Basic]
Overridable Public Function ItemsWithin( _ 
   ByVal bounds As Rect, _ 
   ByVal actionListener As ActionListener _ 
) As UIItemCollection
[C#]
public virtual UIItemCollection ItemsWithin(
   Rect bounds,
   ActionListener actionListener
);
[C++]
public: virtual UIItemCollection* ItemsWithin(
   Rect bounds,
   ActionListener* actionListener
);
[JScript]
public virtual function ItemsWithin(
   Rect bounds,
   ActionListener actionListener
): UIItemCollection;

See Also

PrimaryUIItemFactory Class | White.Core.Factory Namespace