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 width of the right margin.
Get
| VB.NET | width = object.RightMargin As Single |
| VB | width = object.RightMargin As Single |
| C#.NET | float width = object.RightMargin; |
| VC++ | float width = object->RightMargin; float width = object->GetRightMargin(); |
| C | HRESULT object->get_RightMargin(float* width); |
Put
| VB.NET | object.RightMargin = width As Single |
| VB | object.RightMargin = width As Single |
| C#.NET | float object.RightMargin = width; |
| VC++ | float object->RightMargin = width; void object->PutRightMargin(float width); |
| C | HRESULT object->put_RightMargin(float width); |
object
width
Defines the width of the right margin. The distance is specified in inches.
The RightMargin property defines the width of the right margin.
Left, top, right and bottom margins can be defined using the LeftMargin, TopMargin, RightMargin and BottomMargin properties.
See Also SftPrintPreview Object | Object Hierarchy
