Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

OffsetChange Event, SftTree Object

The user scrolls the tree control horizontally.

Syntax

VB.NETPrivate Sub object_OffsetChange(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.OffsetChange
VBPrivate Sub object_OffsetChange(ByVal Offset As Single)
C#.NETvoid object_OffsetChange(object sender, EventArgumentType e);
VC++void OnOffsetChangeobject(float Offset);
CHRESULT OnOffsetChangeobject(float Offset);

object

A SftTree object.

Offset

The new horizontal offset.

Comments

The OffsetChange event occurs when the user scrolls the tree control horizontally.

The OffsetChange event notifies an application that the horizontal scrolling offset has been changed by the user.

The TopChange event can be used to determine vertical scrolling by the user.

See Also SftTree Object | Object Hierarchy


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