Skip to content

Crow.TemplatedControl

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

Base class for all templated widget

namespace: Crow

Inheritance Hierarchy

Syntax

public class TemplatedControl : PrivateContainer

Constructors

prototype description

Properties

name description
Caption a caption being recurrent need in templated widget, it is declared here.
Template Template path or IML fragment.

Methods

prototype description
Widget FindByName(string nameToFind) override search method from Widget to prevent searching inside template
Widget FindByNameInTemplate(string nameToFind) __

Events

name description
Clone this wiki locally