The enumeration that describes the possible different policies for displaying the
focus of items managed by the FocusPaintManager<(Of <(<'T>)>)>
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum ShowFocusPolicy |
| Visual Basic |
|---|
Public Enumeration ShowFocusPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Always | 0 | Indicates that irrespectively of the keyboard focus, the focus should always be rendered for the FocusedItem. | |
| WhenFocused | 1 | Indicates that depending on the value of Focusedthe focus should only be rendered if this property is set to trueTruetruetrue (True in Visual Basic). |