asp.net.ph

WebControl.ControlStyle Property

System.Web.UI.WebControls Namespace   WebControl Class


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

[ VB ]
Public ReadOnly Property ControlStyle As Style

[ C# ]
public Style ControlStyle {get;}

[ C++ ]
public: __property Style* get_ControlStyle ( );

[ JScript ]
public function get ControlStyle ( ) : Style;

Property Value

A Style that represents the style of the Web control.

See Also

WebControl Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note