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




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

Syntax

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

See Also

© 2010 All Rights Reserved.