NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.OnHScroll

Fires an event when the user clicks a RichTextBox control's horizontal scroll bar.

[Visual Basic]
Overridable Protected Sub OnHScroll( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnHScroll(
   EventArgs e
);
[C++]
protected: virtual void OnHScroll(
   EventArgs* e
);
[JScript]
protected function OnHScroll(
   e : EventArgs
);

Parameters

e
the event.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace