System.Web.UI.WebControls.HiddenField.EnableTheming Property

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

Syntax

public override bool EnableTheming { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0