System.Windows.Forms.ToolStripDropDown.Opacity Property

Determines the opacity of the form.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.OpacityConverter))]
[System.ComponentModel.DefaultValue(1)]
public double Opacity { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This can only be set on top-level controls.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0