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 | Offset = object.OffsetMin As Single |
| VB | Offset = object.OffsetMin As Single |
| C#.NET | float Offset = object.OffsetMin; |
| VC++ | float Offset = object->OffsetMin; float Offset = object->GetOffsetMin(); |
| C | HRESULT object->get_OffsetMin(float* Offset); |
Put
| VB.NET | object.OffsetMin = Offset As Single |
| VB | object.OffsetMin = Offset As Single |
| C#.NET | float object.OffsetMin = Offset; |
| VC++ | float object->OffsetMin = Offset; void object->PutOffsetMin(float Offset); |
| C | HRESULT object->put_OffsetMin(float Offset); |
object
A SftTreeSplitter object.
Defines the minimum splitter offset so the user cannot hide the left pane entirely.
The OffsetMin 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 Offset property. The default is 0 (no minimum).
See Also SftTreeSplitter Object | Object Hierarchy
