Table of Contents

Method SetChildrenUseParentBackColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetChildrenUseParentBackColor(bool, bool)

Sets 'ParentBackColor' property for all child controls.

[Browsable(false)]
public virtual void SetChildrenUseParentBackColor(bool value = true, bool recursive = false)

Parameters

value bool

New property value

recursive bool

Whether to apply to all children recurively.