ESRI.ArcGIS.ADF.Web.UI.WebControls
ModalDialogHeaderCssClass Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerSymbolsEditor Class : ModalDialogHeaderCssClass Property




The CSS Class to assign to the background of the modal dialog windows header

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Get or set the CSS class assign to the background of the modal dialog windows header")>
<NotifyParentPropertyAttribute(True)>
Public Property ModalDialogHeaderCssClass As String
Visual Basic (Usage)Copy Code
Dim instance As LayerSymbolsEditor
Dim value As String
 
instance.ModalDialogHeaderCssClass = value
 
value = instance.ModalDialogHeaderCssClass
C# 
[PersistenceModeAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Get or set the CSS class assign to the background of the modal dialog windows header")]
[NotifyParentPropertyAttribute(true)]
public string ModalDialogHeaderCssClass {get; set;}

See Also

© 2010 All Rights Reserved.