SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
Defines the maximum number of pages per row selectable using the tool bar.
Get
| VB.NET | Count = object.MaxPageGroups As Integer |
| VB | Count = object.MaxPageGroups As Integer |
| C#.NET | short Count = object.MaxPageGroups; |
| VC++ | short Count = object->MaxPageGroups; short Count = object->GetMaxPageGroups(); |
| C | HRESULT object->get_MaxPageGroups(short* Count); |
Put
| VB.NET | object.MaxPageGroups = Count As Integer |
| VB | object.MaxPageGroups = Count As Integer |
| C#.NET | short object.MaxPageGroups = Count; |
| VC++ | short object->MaxPageGroups = Count; void object->PutMaxPageGroups(short Count); |
| C | HRESULT object->put_MaxPageGroups(short Count); |
object
Count
Defines the maximum number of pages per row selectable using the tool bar. Valid values are 2, 4, 6, 8, 10, 12.
The MaxPageGroups property defines the maximum number of pages per row selectable using the tool bar. If output is slow to generate for preview purposes, it may be advantageous to limit the maximum number of displayable pages.
The PageGroups property is used to define the number of pages per row.
See Also SftPrintPreview Object | Object Hierarchy
