FarPoint.Win
DrawFocusRectangle Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : DrawFocusRectangle Enumeration


Specifies the display and location of the focus rectangle.

Syntax

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

Members

MemberDescription
Default Inherits the focus rectangle from the system settings
None Does not display the focus rectangle
AroundText Draws a focus rectangle around the text only
AroundPicture Draws a focus rectangle around the picture only
AroundTextAndPicture Draws a focus rectangle around the text and the picture
AroundEdge Draws a focus rectangle around the edge of the element

Inheritance Hierarchy

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

See Also