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




The CSS Class to assign to the background of the modal dialog window's header

Syntax

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

See Also

© 2010 All Rights Reserved.