Version

ScrollBarInfo Constructor

Initializes a new ScrollBarInfo object with the specified Orientation, owning control and appearances collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal owningControl As Control, _
   ByVal orientation As Orientation, _
   ByVal appearances As AppearancesCollection _
)
public ScrollBarInfo( 
   Control owningControl,
   Orientation orientation,
   AppearancesCollection appearances
)

Parameters

owningControl
Control which owns/contains the ScrollBar.
orientation
Orientation of the ScrollBar.
appearances
Appearances collection of the owning control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also