FormScrollToControl Method

Calculates the scroll offset to the specified child control.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override Point ScrollToControl(
	Control activeControl
)

Parameters

activeControl  Control
The child control to scroll into view.

Return Value

Point
The upper-left hand Point of the display area relative to the client area required to scroll the control into view.

See Also