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
A tab control with a single row of tabs (Tabs.Rows) offers optional scroll buttons, a Minimize button, a Restore button and a Close button.
The Close button, Minimize button and Restore button do not require the presence of scroll buttons. These buttons are optional and can be individually controlled.
The Close button can be used instead of a form's Close button or it can generate a Closing event, based on the Scrolling.CloseButtonAuto property. The Minimize and Restore buttons generate Minimizing and Restoring events.
Property/Method | Description |
---|---|
Scrolling.ButtonBackColor | Defines the button background color. |
Scrolling.ButtonBorderColor | Defines the button border color. |
Scrolling.ButtonHighlightColor | Defines the button highlight color. |
Scrolling.ButtonShadowColor | Defines the button shadow color. |
Scrolling.ButtonStyle | Defines the button appearance. |
Scrolling.CloseButton | Defines whether a Close button is available. |
Scrolling.CloseButtonAlignment | Defines the Close button, the Minimize button and the Restore button alignment. |
Scrolling.CloseButtonAuto | Defines whether the Close button automatically closes the form or a Closing event is generated. |
Scrolling.CloseButtonEnabled | Defines whether the Close button is enabled. |
Scrolling.CloseButtonFullSize | Defines whether the Close button, the Minimize button and the Restore button are as large as a tab. |
Scrolling.MinimizeButton | Defines whether a Minimize button is available. |
Scrolling.MinimizeButtonEnabled | Defines whether the Minimize button is enabled. |
Scrolling.Picture2 | Defines the Close button, Minimize button and Restore button graphic. |
Scrolling.Picture2Disabled | Defines the Close button, Minimize button and Restore button graphic for a disabled button. |
Scrolling.RestoreButton | Defines whether a Restore button is available. |
Scrolling.RestoreButtonEnabled | Defines whether the Restore button is enabled. |
Scrolling.ToolTipCloseButton | Defines the ToolTip for the Close button. |
Scrolling.ToolTipMinimizeButton | Defines the ToolTip for the Minimize button. |
Scrolling.ToolTipRestoreButton | Defines the ToolTip for the Restore button. |
The scroll buttons are optional and can be enabled using the Scrolling.Style property.
Property/Method | Description |
---|---|
Scrolling.ButtonAlignment | Defines the button alignment. |
Scrolling.ButtonBackColor | Defines the button background color. |
Scrolling.ButtonBorderColor | Defines the button border color. |
Scrolling.ButtonHighlightColor | Defines the button highlight color. |
Scrolling.ButtonShadowColor | Defines the button shadow color. |
Scrolling.ButtonStyle | Defines the button appearance. |
Scrolling.FullSize | Defines whether scroll buttons are as large as a tab. |
Scrolling.LeftButton | Returns a value indicating whether the left scroll button is enabled. |
Scrolling.Picture | Defines the scroll button graphic. |
Scrolling.PictureDisabled | Defines the scroll button graphic for a disabled button. |
Scrolling.RightButton | Returns a value indicating whether the right scroll button is enabled. |
Scrolling.Scroll | Scrolls the tabs in a given direction. |
Scrolling.Style | Defines the control's scrolling style. |
Scrolling.ToolTipLeftButton | Defines the ToolTip for the left/up scroll button. |
Scrolling.ToolTipRightButton | Defines the ToolTip for the right/down scroll button. |