'Declaration Public Enum DrawFocusRectangle Inherits System.Enum
'Usage Dim instance As DrawFocusRectangle
public enum DrawFocusRectangle : System.Enum
'Declaration Public Enum DrawFocusRectangle Inherits System.Enum
'Usage Dim instance As DrawFocusRectangle
public enum DrawFocusRectangle : System.Enum
| Member | Description |
|---|---|
| AroundEdge | Draws a focus rectangle around the edge of the element |
| AroundPicture | Draws a focus rectangle around the picture only |
| AroundText | Draws a focus rectangle around the text only |
| AroundTextAndPicture | Draws a focus rectangle around the text and the picture |
| Default | Inherits the focus rectangle from the system settings |
| None | Does not display the focus rectangle |
System.Object
System.ValueType
System.Enum
FarPoint.Win.DrawFocusRectangle