SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the horizontal scrolling offset.
Deprecated - Provided for compatibility with earlier versions only - Use Items.HorizontalOffset instead
Get
VB.NET | Offset = object.HorizontalOffset As Integer |
VB | Offset = object.HorizontalOffset As Long |
C#.NET | int Offset = object.HorizontalOffset; |
VC++ | long Offset = object->HorizontalOffset; long Offset = object->GetHorizontalOffset(); |
C | HRESULT object->get_HorizontalOffset(long* Offset); |
Put
VB.NET | object.HorizontalOffset = Offset As Integer |
VB | object.HorizontalOffset = Offset As Long |
C#.NET | int object.HorizontalOffset = Offset; |
VC++ | long object->HorizontalOffset = Offset; void object->PutHorizontalOffset(long Offset); |
C | HRESULT object->put_HorizontalOffset(long Offset); |
object
Offset
Defines the horizontal scrolling offset. If this value is greater than the Items.HorizontalExtent property, the value is adjusted to scroll to the rightmost position. The units used are pixels.
Deprecated - Provided for compatibility with earlier versions only - Use Items.HorizontalOffset instead
The HorizontalOffset property defines the horizontal scrolling offset.
The displayable area of the drop down portion can be wider than the window width. If the displayable area is wider, the drop down portion can be scrolled horizontally if it has a horizontal scroll bar (see Scrollbars property). The current offset determines the amount of horizontal scrolling.
A drop down portion can only be scrolled horizontally if its displayable area (see Items.HorizontalExtent property) is wider than the control window.
This property is not available at design-time.
See Also SftBox Object | Object Hierarchy