Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

FlybyHighlight Event, SftTree Object

The item highlighted by flyby highlighting has changed.

Syntax

VB.NETPrivate Sub object_FlybyHighlight(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.FlybyHighlight
VBPrivate Sub object_FlybyHighlight(ByVal ItemIndex As Long)
C#.NETvoid object_FlybyHighlight(object sender, EventArgumentType e);
VC++void OnFlybyHighlightobject(long ItemIndex);
CHRESULT OnFlybyHighlightobject(long ItemIndex);

object

A SftTree object.

ItemIndex

The zero-based index number of the item highlighted by flyby highlighting. If -1 is specified, there is no highlighted item.

Comments

The FlybyHighlight event occurs when the item highlighted by flyby highlighting has changed. This could be used to update status information elsewhere on a form.

Tree control properties should not be updated while handling this event.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.