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
An instance of the SplitterClass class represents the splitter bar in a SftTree/NET control and its attributes.
There is only one instance of the SplitterClass object for one SftTree/NET control. It is accessed using the control's SftTree.Splitter property.
If a splitter bar is present (SplitterClass.Visible is True), it divides all columns into a left pane and a right pane.
If a tree control does not have a splitter bar (SplitterClass.Visible is False), only the left pane is available and all columns are located in the left pane.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class SplitterClass;
Public Class SplitterClass
This class cannot be instantiated.
Area | Returns the area of the splitter bar. | |
Left | Describes the attributes of the left pane in a split tree control. | |
Locked | Defines whether the splitter bar is locked and cannot be moved. | |
MaxOffset | Defines the maximum offset of the splitter bar while the user moves the splitter bar. | |
MinOffset | Defines the minimum offset of the splitter bar while the user moves the splitter bar. | |
Offset | Defines the horizontal offset of the splitter bar. | |
Right | Describes the attributes of the right pane in a split tree control. | |
Visible | Defines whether the splitter bar is visible. | |
Width | Defines the width of the splitter bar. |
Equals | Determines whether the specified object is equal to the current object. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetHashCode | Serves as the default hash function. | |
GetType | Gets the Type of the current instance. | |
MakeOptimal | Positions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. |
PropertyChanged | Occurs when a property of a SplitterClass instance is modified. |
See Also Classes | SftTree/NET 2.0