| Visual Basic (Declaration) | |
|---|---|
Public Enum DrawFocusRectangle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DrawFocusRectangle : Enum | |
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
FarPoint.Win.DrawFocusRectangle