Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog.BackShadeColor Property

Specifies the shade of color for the background when a modal dialog is active.

[Visual Basic]
Public Property BackShadeColor As Color
[C#]
public Color BackShadeColor {get; set;}

Remarks

Specifies the shade of color for the background when a modal dialog is active. The "back shade" places a half-transparent shade on top of the background. The shade visually indicates the existence of a modal dialog.

This property does not apply if the dialog is displayed as a modeless dialog.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic