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
Defines whether the control uses an exact window region.
Get | |||
VB | Boolean = object.UseExactRegion As Boolean | ||
Put | |||
VB | object.UseExactRegion = Boolean As Boolean |
object
Boolean
Defines whether the control uses an exact window region.
Boolean | Description |
---|---|
True | The tab control will an exact Window region and will never paint outside of the tab control border. |
False | The tab control will use the entire Window area (a rectangle) and paint inside and outside of the tab control border. |
The UseExactRegion property defines whether the control uses an exact window region.
Because a tab control outline is generally not rectangular, using UseExactRegion (True), allows the background around the tabs to show through. The parent window can paint the entire background area and the tab control will only paint its exact shape, and not the entire rectangle that was assigned to the control at design time. Using UseExactRegion (True), the BackgroundOutside property has no effect as the control will not paint the area outside its exact shape.
See Also SftTabs Object | Object Hierarchy