[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;