ColorScheme Class

Represents a color scheme that contains a ForeColor and a BackColor.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class ColorScheme : IComponent, 
	IDisposable
Inheritance
Object    ColorScheme
Implements
IComponent, IDisposable

Remarks

When applied to a control using the ControlBase.ColorScheme property, the control's ForeColor and BackColor changes according to the values of this ColorScheme

Constructors

ColorSchemeInitializes a new instance of the ColorScheme class.
ColorScheme(IContainer)Initializes a new instance of the ColorScheme class.
ColorScheme(Color, Color)Initializes a new instance of the ColorScheme class.

Properties

BackColorGets or sets the value determining the ColorScheme's back color
ForeColorGets or sets the value determining the ColorScheme's fore color
Site 
TransparentBackground 

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

See Also