FormScrollToControl Method
Calculates the scroll offset to the specified child control.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override Point ScrollToControl(
Control activeControl
)
Protected Overrides Function ScrollToControl (
activeControl As Control
) As Point
abstract ScrollToControl :
activeControl : Control -> Point
override ScrollToControl :
activeControl : Control -> Point
- activeControl Control
- The child control to scroll into view.
PointThe upper-left hand
Point of the display area relative to the client area required to scroll the control into view.