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




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

Syntax

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

See Also

© 2010 All Rights Reserved.