Table of Contents

Method SetChildrenUseParentForeColor

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

SetChildrenUseParentForeColor(bool, bool)

Sets 'ParentForeColor' property for all child controls.

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

Parameters

value bool

New property value

recursive bool

Whether to apply to all children recurively.