Control.IsChildControlStateCleared Property

Definition

Gets a value indicating whether controls contained within this control have control state.

protected public:
 property bool IsChildControlStateCleared { bool get(); };
protected internal bool IsChildControlStateCleared { get; }
member this.IsChildControlStateCleared : bool
Protected Friend ReadOnly Property IsChildControlStateCleared As Boolean

Property Value

true if children of this control do not use control state; otherwise, false.

Applies to