Version

UltraScrollBar Constructor(UltraControlBase,Orientation)

Initializes a new UltraScrollBar control with the specified orientation and owning control.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As UltraControlBase, _
   ByVal orientation As Orientation _
)
public UltraScrollBar( 
   UltraControlBase owner,
   Orientation orientation
)

Parameters

owner
Owning UltraControlBase derived control
orientation
Initial orientation of the control
Remarks

This constructor was designed to be used when the control was a child control of an Infragistics.Win.UltraControlBase derived control. It hooks into the Infragistics.Win.UltraControlBase.PropertyChanged notifications and initializes the properties (FlatMode, filters, etc.) to the values of that 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