StyleBase.IsCustomControl Property

Definition

Gets or sets a value that indicates whether control is a custom control.

protected:
 property bool IsCustomControl { bool get(); };
protected bool IsCustomControl { get; }
member this.IsCustomControl : bool
Protected ReadOnly Property IsCustomControl As Boolean

Property Value

true if control is a custom control; otherwise, false.

Applies to