Table of Contents
BackShadeColor Property

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

Syntax
 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