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