ToolStripDropDown.DropShadowEnabled Property

Definition

Gets or sets a value indicating whether a three-dimensional shadow effect appears when the ToolStripDropDown is displayed.

public:
 property bool DropShadowEnabled { bool get(); void set(bool value); };
public bool DropShadowEnabled { get; set; }
member this.DropShadowEnabled : bool with get, set
Public Property DropShadowEnabled As Boolean

Property Value

true to enable the shadow effect; otherwise, false.

Applies to