System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Object
An ambient property is a property on a control that, if not set, is retrieved from the parent control. If the control does not have a parent and the property is not set, the control tries to find the value of the ambient property through the property. If the control is not sited, the site does not support ambient properties, or the property is not set on the object, the uses its own default values. Some objects derived from the class might set the property even if you do not. For example, the class always sets the and properties.
Provides ambient property values to top-level controls.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Color
To be added.
If there is no ambient background color, the value of the property is set to .
Gets or sets the ambient background color of an object.
1.0.5000.0
2.0.0.0
Property
System.Windows.Forms.Cursor
To be added.
If there is no ambient cursor, the value of the property is null.
Gets or sets the ambient cursor of an object.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Font
To be added.
If there is no ambient font, the value of the property is null.
Gets or sets the ambient font of an object.
1.0.5000.0
2.0.0.0
Property
System.Drawing.Color
To be added.
If there is no ambient foreground color, the value of the property is set to .
Gets or sets the ambient foreground color of an object.
1.0.5000.0
2.0.0.0