Spread Windows Forms 6.0 Product Documentation
TextTipAppearance Property
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : TextTipAppearance Property


Glossary Item Box

Gets or sets the appearance of text tips in the view.

Syntax

Visual Basic (Declaration) 
Public Property TextTipAppearance As TipAppearance
Visual Basic (Usage)Copy Code
Dim instance As SpreadView
Dim value As TipAppearance
 
instance.TextTipAppearance = value
 
value = instance.TextTipAppearance
C# 
public TipAppearance TextTipAppearance {get; set;}

Property Value

TipAppearance object containing the appearance settings for the text tip

Remarks

The appearance of the default text tips is determined by your system settings and some other default settings. Use this property to customize the appearance.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.