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 syntax shown in this documentation follows these guidelines. Each property, method and event is shown for Visual Basic. The syntax for properties shows two forms (Get and Put) if available, the first to retrieve the property value, the second to set the property value.
Get
VB | Set refPictureObj = object.Picture As IPictureDisp |
Put
VB | object.Picture = refPictureObj As IPictureDisp |
PutRef
VB | Set object.Picture = refPictureObj As IPictureDisp |
The following conventions are used throughout the reference section:
Description | Example |
---|---|
Syntax shown shows sample use of the property, method or event | refPictureObj = object.Picture |
Syntax shown in this color shows the type of the property, return type of the method or event (VB.NET, VB, C#.NET) | As stdole.IPictureDisp : IPictureDisp |
Words in bold (any color) indicate language keywords or (property, method, event) names. | False If Function BorderStyle |
Italic words (any color) indicate placeholders for information, to be supplied by you. | object index var |
Words in regular font (any color) indicate text that is used as-is, such as language specific punctuation. | -> get_ |
Square brackets (any color) indicate optional information when describing Visual Basic (VB). For all other languages, square brackets indicate array indices. | [, arg] |