draw_children_as_focused


Description:

public virtual bool draw_children_as_focused { 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.