Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

FocusCell Property, SftTree Class

Defines the cell that is the focus object.

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

Syntax

public CellClass FocusCell { get; set; }
Public Property FocusCell As CellClass

Value

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

The default value is null/Nothing.

Comments

Defines the cell that is the focus object.

The current cell is the cell 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 cell is not necessarily also selected (CellClass.Selected).

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

The SftTree.FocusItem and 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 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.