See Also

BaseChildControl Class  | BaseChildControl Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

CssClass Property

Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : CssClass Property (BaseChildControl)

Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> Overrides Public Property CssClass As String
[C#]
[NotifyParentPropertyAttribute(true)] public override string CssClass {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] public: __property string* get_CssClass()override ; public: __property void set_CssClass(    string* value )override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)] public: property String^ CssClass override {    String^ get();    void set (String^ value); }

Return Type

The CSS class rendered by the control on the client. The default is String.Empty.

Remarks

Use the CssClass property to specify the CSS class to render on the client for the control. This property will render on browsers for all controls. It will always be rendered as the class attribute, regardless of the browser.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

BaseChildControl Class  | BaseChildControl Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.