ICImagingControl.ScrollBarsEnabled Property

Returns whether scrollbars are enabled or enables/disables scrollbars.
Syntax:
Public ScrollBarsEnabled As Boolean
Remarks:

If the ScrollbarsEnabled property is set to True and the window of IC Imaging Control is smaller than the live video window, scrollbars are displayed at the borders of Imaging Control. With the scrollbars, the user can move the live video in IC Imaging Control's window.

If the live video image is horizontally scrolled, the event sub ICImagingControl.OnHScroll is called. If it is vertically scrolled, the event sub ICImagingControl.OnVScroll is called.

The ScrollbarsEnabled property defaults to False. This means, the scrollbars are not visible.

See also: ICImagingControl, ICImagingControl.LiveDisplayHeight, ICImagingControl.LiveDisplayWidth, ICImagingControl.OnHScroll, ICImagingControl.OnVScroll

<< ICImagingControl