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 background color used.
Get
| VB.NET | Clr = object.BackColor As System.Drawing.Color |
| VB | Clr = object.BackColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.BackColor; |
| VC++ | OLE_COLOR Clr = object->BackColor; OLE_COLOR Clr = object->GetBackColor(); |
| C | HRESULT object->get_BackColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.BackColor = Clr As System.Drawing.Color |
| VB | object.BackColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.BackColor = Clr; |
| VC++ | OLE_COLOR object->BackColor = Clr; void object->PutBackColor(OLE_COLOR Clr); |
| C | HRESULT object->put_BackColor(OLE_COLOR Clr); |
object
Clr
Defines the background color used. For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".
The BackColor property defines the background color used.
See Also SftPrintPreview Object | Object Hierarchy
