HiddenField.EnableTheming Property

Definition

Gets or sets a value indicating whether themes apply to this control.

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
public override bool EnableTheming { get; set; }
member this.EnableTheming : bool with get, set
Public Overrides Property EnableTheming As Boolean

Property Value

Always returns false to indicate that this control does not support themes.

Exceptions

An attempt is made to set this property.

Remarks

The HiddenField control does not support themes. This property has been overridden to always return false. If you attempt to set this property, a NotSupportedException exception is thrown.

Applies to

See also