draw_children_as_focused


Description:

protected override bool draw_children_as_focused { public get; }

Returns true if children of this Container should be drawn as focused in addition to the Container itself.

Implementations of custom widgets should check parent.draw_children_as_focused as part of their draw_content method.