FarPoint.Win Assembly / FarPoint.Win Namespace / DrawFocusRectangle Enumeration


DrawFocusRectangle Enumeration
Specifies the display and location of the focus rectangle.
Syntax
'Declaration
 
Public Enum DrawFocusRectangle 
   Inherits System.Enum
 
'Usage
 
Dim instance As DrawFocusRectangle
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

See Also