Microsoft SDK for Java

RichEdit.addOnVScroll

Assigns a delegate to the vScroll event.

Syntax

public void addOnVScroll( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

A RichEdit control's vScroll event occurs when the user clicks the control's vertical scroll bar.

See Also   getOnVScroll, onVScroll

© 1999 Microsoft Corporation. All rights reserved. Terms of use.