To pick a standard view from a panel is simple using a panel.GetAllViewsRecursive and checking the tag, but if the view is a Custom View? For example if in the panel there is a BBCodeView it seems that GetAllViewsRecursive doesn't browse the BBCodeView. Am I wrong? Is there a way to browse (and check) all the objects of the panel including the custom views?