HypernovaDesktop Components · docs
Binarymission
WinFormsSuper Tooltip › ColorScheme

ColorScheme

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Popups

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

BlueDraws the background using a custom defined XP-blue emulating gradient brush.
ControlDraws the background using the system color "control" color gradient brush.
ControlLightDraws the background using the system color "control light" color gradient brush.
CustomSet 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.
FireBrickDraws the background using the "fire brick" color gradient brush.
GoldenRodDraws the background using the "golden rod" color gradient brush.
GrayDraws the background using the Gray color gradient brush.
LightBrownDraws the background using a custom defined light brown color gradient brush.
LightGreenDraws the background using a custom defined light green color gradient brush.
OliveDraws the background using a custom defined XP-olive emulating gradient brush.
OrangeDraws the background using the "orange" color gradient brush.
SilverDraws the background using a custom defined XP-silver emulating gradient brush.
SystemInfoDraws 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.