ColorScheme
Lists the built-in color schemes for drawing the background of the tooltip.
public enum ColorScheme
Remarks
Note that when using built-in color scheme, the background painting style (i.e. the DrawingStyle will be set to gradient only!
Also note that if you set the ColorScheme to any specific color scheme (from the available set of schemes), then some of the properties won't have any effect, since the values for these properties will use the default pre-defined values for the selected built-in colour scheme.
Members at a glance
Blue | Draws the background using a custom defined XP-blue emulating gradient brush. |
Control | Draws the background using the system color "control" color gradient brush. |
ControlLight | Draws the background using the system color "control light" color gradient brush. |
Custom | Set the ColorScheme value to Custom if you want to set up custom values for drawing the tooltip UI aspects. The default value for drawing the background (when using this Custom value) will be "system info" color gradient brush. |
FireBrick | Draws the background using the "fire brick" color gradient brush. |
GoldenRod | Draws the background using the "golden rod" color gradient brush. |
Gray | Draws the background using the Gray color gradient brush. |
LightBrown | Draws the background using a custom defined light brown color gradient brush. |
LightGreen | Draws the background using a custom defined light green color gradient brush. |
Olive | Draws the background using a custom defined XP-olive emulating gradient brush. |
Orange | Draws the background using the "orange" color gradient brush. |
Silver | Draws the background using a custom defined XP-silver emulating gradient brush. |
SystemInfo | Draws the background using the system color "info" color gradient brush. |
Members
Blue
Draws the background using a custom defined XP-blue emulating gradient brush.
Control
Draws the background using the system color "control" color gradient brush.
ControlLight
Draws the background using the system color "control light" color gradient brush.
Custom
Set the ColorScheme value to Custom if you want to set up custom values for drawing the tooltip UI aspects. The default value for drawing the background (when using this Custom value) will be "system info" color gradient brush.
FireBrick
Draws the background using the "fire brick" color gradient brush.
GoldenRod
Draws the background using the "golden rod" color gradient brush.
Gray
Draws the background using the Gray color gradient brush.
LightBrown
Draws the background using a custom defined light brown color gradient brush.
LightGreen
Draws the background using a custom defined light green color gradient brush.
Olive
Draws the background using a custom defined XP-olive emulating gradient brush.
Orange
Draws the background using the "orange" color gradient brush.
Silver
Draws the background using a custom defined XP-silver emulating gradient brush.
SystemInfo
Draws the background using the system color "info" color gradient brush.