SimpleGrid.ScrollableControlWithScrollEvents Class Reference

Adds the missing scroll events to the scrollable control! Written by Martin Randall - Thursday 17th June, 2004. More...

List of all members.

Public Attributes

event ScrollEventHandler HorzScrollValueChanged
 Horizontal scroll position has changed event.
event ScrollEventHandler VertScrollValueChanged
 Vertical scroll position has changed event.

Protected Member Functions

override void WndProc (ref Message m)
 Intercept scroll messages to send notifications.


Detailed Description

Adds the missing scroll events to the scrollable control! Written by Martin Randall - Thursday 17th June, 2004.

Extends ScrollableControl.


Member Function Documentation

override void SimpleGrid.ScrollableControlWithScrollEvents.WndProc ref Message  m  )  [protected]
 

Intercept scroll messages to send notifications.

Parameters:
m Message parameters


Member Data Documentation

event ScrollEventHandler SimpleGrid.ScrollableControlWithScrollEvents.HorzScrollValueChanged
 

Horizontal scroll position has changed event.

event ScrollEventHandler SimpleGrid.ScrollableControlWithScrollEvents.VertScrollValueChanged
 

Vertical scroll position has changed event.


The documentation for this class was generated from the following file:


BRE Documentation Home