Infragistics2.Win.UltraWinTree.v8.1
DrawsFocusRect Property
See Also 
Infragistics.Win.UltraWinTree Namespace > TreeNodeUIElement Class : DrawsFocusRect Property

Returns true if this element needs to draw a focus rect. This should be overridden since the default implementation always returns false.

Syntax

Visual Basic (Declaration) 
Protected Overrides ReadOnly Property DrawsFocusRect As Boolean
C# 
protected override bool DrawsFocusRect {get;}

Remarks

Even if this property returns true the focus will not be drawn unless the control has focus.

See Also