PowerWEB File Upload for ASP.NET
CssClass Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > TextBoxStyle Class : CssClass Property



This property is not implemented for this class - configuration of control's visual elements must be done directly to ensure proper behavior at runtime.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Shadows Property CssClass As String
Visual Basic (Usage)Copy Code
Dim instance As TextBoxStyle
Dim value As String
 
instance.CssClass = value
 
value = instance.CssClass
C# 
[BrowsableAttribute(false)]
public new string CssClass {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
public:
new property String^ CssClass {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.