IScrollable Interface
Description
Interface for objects that can have scroll bars.
Syntax
C#
public class IScrollable,
VB
'Declaration Public Class IScrollable
Methods
Name
Description
GetHorizontalBar
Returns the horizontal scroll bar for this control.
GetVerticalBar
Returns the vertical scroll bar for this control.
Parent topic:
Common Class Reference