Spread Windows Forms 7.0 Product Documentation
DrawFocusRectangle Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : DrawFocusRectangle Enumeration


Glossary Item Box

Specifies the display and location of the focus rectangle.

Syntax

Visual Basic (Declaration) 
Public Enum DrawFocusRectangle 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DrawFocusRectangle
C# 
public enum DrawFocusRectangle : System.Enum 

Members

MemberDescription
AroundEdgeDraws a focus rectangle around the edge of the element
AroundPictureDraws a focus rectangle around the picture only
AroundTextDraws a focus rectangle around the text only
AroundTextAndPictureDraws a focus rectangle around the text and the picture
DefaultInherits the focus rectangle from the system settings
NoneDoes not display the focus rectangle

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.DrawFocusRectangle

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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