|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| CssClass Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : CssClass Property |
| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> <ResDescriptionAttribute("The CSS class for this drop down box.")> <ResCategoryAttribute("Appearance")> Public Property CssClass As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DropDownBox Dim value As String instance.CssClass = value value = instance.CssClass | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [ResDescriptionAttribute("The CSS class for this drop down box.")] [ResCategoryAttribute("Appearance")] public string CssClass {get; set;} | |
This property may be used to set the style of the DropDownBox. The CSS class must be defined elsewhere in the web application, typically in a .css file containing styles for the application.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family