[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TipAppearance

TipAppearance Class

Represents the appearance settings for various tips in the interface (text tips, scroll tips, and cell notes).

Inheritance
TipAppearance
Implements
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class TipAppearance : ISerializeSupport
Public Class TipAppearance
    Implements ISerializeSupport

Constructors

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.

Properties

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.

Methods

Name Description
CopyFrom(TipAppearance)

Copies the settings of the specified set of tip appearance settings to this tip.