Spread Windows Forms 6.0 Product Documentation
SolidFocusIndicatorRenderer Constructor()
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SolidFocusIndicatorRenderer Class > SolidFocusIndicatorRenderer Constructor : SolidFocusIndicatorRenderer Constructor()


Glossary Item Box

Creates a new renderer of the solid focus indicator.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New SolidFocusIndicatorRenderer()
C# 
public SolidFocusIndicatorRenderer()

Example

This example provides a custom focus indicator for the cells.
C#Copy Code
FarPoint.Win.Spread.SolidFocusIndicatorRenderer sfir = new FarPoint.Win.Spread.SolidFocusIndicatorRenderer();
fpSpread1.FocusRenderer = sfir;
Visual BasicCopy Code
Dim sfir As New FarPoint.Win.Spread.SolidFocusIndicatorRenderer()
FpSpread1.FocusRenderer = sfir

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.