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
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
SftTree/NET 2.0 - Tree Control
Defines the minimum splitter offset so the user cannot hide the left pane entirely.
Get
| VB.NET | OffsetMinPix = object.OffsetMinPix As Integer |
| VB | OffsetMinPix = object.OffsetMinPix As Long |
| C#.NET | int OffsetMinPix = object.OffsetMinPix; |
| VC++ | long OffsetMinPix = object->OffsetMinPix; long OffsetMinPix = object->GetOffsetMinPix(); |
| C | HRESULT object->get_OffsetMinPix(long* OffsetMinPix); |
Put
| VB.NET | object.OffsetMinPix = OffsetMinPix As Integer |
| VB | object.OffsetMinPix = OffsetMinPix As Long |
| C#.NET | int object.OffsetMinPix = OffsetMinPix; |
| VC++ | long object->OffsetMinPix = OffsetMinPix; void object->PutOffsetMinPix(long OffsetMinPix); |
| C | HRESULT object->put_OffsetMinPix(long OffsetMinPix); |
object
A SftTreeSplitter object.
OffsetMinPix
Defines the minimum splitter offset so the user cannot hide the left pane entirely.
The OffsetMinPix property defines the minimum splitter offset so the user cannot hide the left pane entirely.
The OffsetMin and OffsetMinPix properties are synonyms, but may use different coordinate systems.
The minimum applies to mouse dragging, keyboard resizing, and the OffsetPix property. The default is 0 (no minimum).
See Also SftTreeSplitter Object | Object Hierarchy
