| Visual Basic (Declaration) | |
|---|---|
Public Property DrawsFocusRect As DefaultableBoolean | |
| C# | |
|---|---|
public DefaultableBoolean DrawsFocusRect {get; set;} | |
If set to Default, this property will resolve based on the UltraTree.DisplayStyle. When DisplayStyle is Standard, this property will resolve to true. In WindowsVista style, it resolves to False.
DrawsFocusRect also affects keyboard behavior when using the Ctrl key. When DrawsFocusRect is true, using Ctrl plus a navigation key (Up, Down, PageUp, PageDown, Home, End) changes the ActiveNode. When DrawFocusRect is False, there is no visible indication of the ActiveNode, and therefore the Ctrl + navigation key combination will scroll the tree and have no effect on the active or selected nodes.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
