System.Web.UI.WebControls.WebControl.ControlStyle Property

Gets the style of the Web server control. This property is used primarily by control developers.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public Style ControlStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The WebControl.ControlStyle property encapsulates all properties of the System.Web.UI.WebControls.WebControl class that specify the appearance of the control, such as WebControl.BorderColor and WebControl.Font.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0