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
The SftBox object represents the SftBox/OCX control. Through its properties, additional objects can be accessed.
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
Property/Method | Description |
---|---|
_Version | Returns the product's exact version. |
AboutBox | Displays product, contact and copyright information. |
AlignSelection | Defines whether the selection shown in the static portion is aligned with the same item in the drop down portion (relevant for hierarchies only). |
Appearance | Defines the control's border look. |
AutoRespond | Defines whether the control expands and collapses items automatically. |
BorderStyle | Defines the control's border style used. |
BulkUpdate | Defines bulk update mode. |
ButtonPicture | Defines the graphic used to display expand/collapse buttons. |
ButtonPictureH | Defines the graphic used to display expand/collapse buttons. |
ButtonStyle | Defines the expand/collapse button display method. |
CancelMode | Cancels current processing modes. |
Cell | Returns a SftBoxCell object for a given item index and column number. |
Column | Returns a SftBoxColumn object for a given column. |
Columns | Returns the SftBoxColumns object. |
ControlAlign | Defines the control's alignment during resizing. |
CustomCode | Defines optional product customization. |
DeleteGDIPlusImage | Deletes a GDI+ image object. |
Direct | Returns an ISftBoxVTable interface pointer. |
DropDown | Returns the SftBoxDropDown object. |
Edit | Returns the SftBoxEdit object. |
Enabled | Defines whether the control responds to user-generated events. |
ExtendedUI | Defines whether the extended user-interface is available. |
Font | Defines the default font used to display cell text. |
GDIPlusSupport | Returns whether GDI+ support is available. |
GridStyle | Defines the use of grid lines. |
Header | Returns a SftBoxHeader object for a given column. |
Headers | Returns the SftBoxHeaders object. |
HorizontalExtent | Defines the current horizontal scrolling extent. |
HorizontalOffset | Defines the horizontal scrolling offset. |
hWnd | Returns the control's window handle. |
Item | Returns a SftBoxItem object given an item index. |
Items | Returns the SftBoxItems object. |
License | Returns the product's license number. |
Load | Loads the control contents. |
LoadGDIPlusImage | Loads a GDI+ image from a file. |
LoadGDIPlusImageFromResource | Loads a GDI+ image from a resource. |
LoadPicture | Loads a picture from a file/URL. |
MouseIcon | Defines a custom mouse icon. |
MouseOverTransitionEffect | Defines the transition effects used when the mouse enters/leaves the control. |
MousePointer | Defines the mouse pointer used. |
OLEDrag | Initiates an OLE drag & drop operation. |
OLEDragMode | Defines whether the control can act as an OLE drag source. |
OLEDropMode | Defines whether the control can act as an OLE drop target. |
RecalcHorizontalExtent | Sets the optimal horizontal scrolling extent. |
Refresh | Repaints the entire control. |
RightToLeft | Defines the display direction and visual appearance on a bidirectional system. |
RowColumnHeader | Returns the SftBoxRowColumnHeader object. |
RowHeaders | Returns the SftBoxRowHeaders object. |
Save | Saves the control contents. |
Scrollbars | Defines the presence of horizontal and vertical scroll bars. |
ScrollTips | Defines whether ScrollTips are shown. |
SmoothScroll | Defines whether smooth scrolling is used (available without column headers only). |
Style | Defines the control's basic style. |
ToolTipBackColor | Defines the background color used for ToolTips. |
ToolTipForeColor | Defines the foreground color used for ToolTips. |
UseThemes | Defines whether Windows themes can be used. |
VAlignStyle | Defines the vertical alignment of tree lines, expand/collapse buttons, label and item graphics. |
Version | Returns the product's exact version. |
Window | Returns the control's window handle. |
Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.
See Also Object Hierarchy