HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

FocusItem Property, SftTree Class

Defines the item that is the focus object.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass FocusItem { get; set; }
Public Property FocusItem As ItemClass

Value

The focus object or null/Nothing if there is no focus object.

The default value is null/Nothing.

Comments

Defines the item that is the focus object.

The current item is the item that has the focus rectangle.

The focus rectangle is controlled using the SftTree.ShowFocusRectangle property. The size of the focus rectangle is consistent with the current selection style (SftTree.SelectionStyle).

The focus item is not necessarily also selected (ItemClass.Selected).

When the user changes the current item or cell, the FocusObjectChange event occurs. The SelectionChange event occurs when the selection changes.

The FocusItem and SftTree.FocusCell properties define the focus object and are identical to the SftTree.FocusObject property but accept an item (ItemClass) or a cell (CellClass) instead of the more generic object.

See Also SftTree Class | Classes | SftTree/NET 3.0