Spread ASP.NET 6.0 Product Documentation
ShowFocusRectangle Property
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ShowFocusRectangle Property


Glossary Item Box

Gets or sets whether to display the focus rectangle.

Syntax

Visual Basic (Declaration) 
Public Property ShowFocusRectangle As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Boolean
 
instance.ShowFocusRectangle = value
 
value = instance.ShowFocusRectangle
C# 
public bool ShowFocusRectangle {get; set;}

Property Value

Boolean: true to display the focus rectangle; false to hide it

Remarks

Note: The focus rectangle is not displayed if there are child sheets or the frozen rows or the frozen columns are not 0.

Example

 Copy Code
FpSpread1.ShowFocusRectangle = true;
Visual BasicCopy Code
FpSpread1.ShowFocusRectangle = True

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.