Visual Basic (Usage) | Copy Code |
---|---|
Dim thickness As Integer Dim instance As New DefaultFocusIndicatorRenderer(thickness) |
Parameters
- thickness
- Integer number of pixels in the thickness of the indicator line
C# | Copy Code |
---|---|
FarPoint.Win.Spread.DefaultFocusIndicatorRenderer dfir = new FarPoint.Win.Spread.DefaultFocusIndicatorRenderer(2);
fpSpread1.FocusRenderer = dfir;
|
Visual Basic | Copy Code |
---|---|
Dim dfir As New FarPoint.Win.Spread.DefaultFocusIndicatorRenderer(2) FpSpread1.FocusRenderer = dfir |
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