[]
Represents the appearance settings for various tips in the interface (text tips, scroll tips, and cell notes).
public class TipAppearance : ISerializeSupport
Public Class TipAppearance
Implements ISerializeSupport
Name | Description |
---|---|
TipAppearance() | Creates a set of appearance settings, for various tips in the interface, with default values. |
TipAppearance(Color, Color, Font) | Creates a set of appearance settings, for various tips in the interface, with the specified values. |
Name | Description |
---|---|
BackColor | Gets or sets the background color of the tip. |
Font | Gets or sets the font of the tip. |
ForeColor | Gets or sets the text color of the tip. |
Name | Description |
---|---|
CopyFrom(TipAppearance) | Copies the settings of the specified set of tip appearance settings to this tip. |