Skip to content

Crow.TemplatedContainer

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

base class for new containers that will use templates.

TemplatedControl's must provide a widget of the Container class named 'Content' inside their template tree

namespace: Crow

Inheritance Hierarchy

Syntax

public class TemplatedContainer : TemplatedControl

Constructors

prototype description
TemplatedContainer (Interface iface, string style=null) __

Properties

name description
Content Single child of this templated container.
HasContent __

Methods

prototype description
bool Contains(Widget goToFind) __
Widget FindByName(string nameToFind) __
T FindByType< T >() __

Events

name description
Clone this wiki locally