FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : TextTipAppearance Property |
'Declaration Public Property TextTipAppearance As TipAppearance
'Usage Dim instance As FpSpread Dim value As TipAppearance instance.TextTipAppearance = value value = instance.TextTipAppearance
public TipAppearance TextTipAppearance {get; set;}
FarPoint.Win.Spread.TipAppearance app = new FarPoint.Win.Spread.TipAppearance(); app.BackColor = Color.Yellow; app.Font = new Font("Comic Sans MS", 12); app.ForeColor = Color.Red; fpSpread1.TextTipPolicy = FarPoint.Win.Spread.TextTipPolicy.Floating; fpSpread1.ActiveSheet.Cells[0, 0].Text = "Text Tip Appearance"; fpSpread1.TextTipAppearance = app;
Dim app As New FarPoint.Win.Spread.TipAppearance app.BackColor = Color.Yellow app.Font = New Font("Comic Sans MS", 12) app.ForeColor = Color.Red FpSpread1.TextTipPolicy = FarPoint.Win.Spread.TextTipPolicy.Floating FpSpread1.ActiveSheet.Cells(0, 0).Text = "Text Tip Appearance" FpSpread1.TextTipAppearance = app
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
FpSpread Class
FpSpread Members
TextTipDelay Property
TextTipPolicy Property