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;
A Style that represents the style of the Web control.
WebControl Members
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